StructV2/tsconfig.json

15 lines
164 B
JSON
Raw Normal View History

2021-01-28 09:01:16 +00:00
{
"compilerOptions": {
"target": "ES2015",
"module": "commonJS",
"removeComments": true
2021-01-28 09:01:16 +00:00
},
"exclude": [
"node_modules"
2021-01-28 09:01:16 +00:00
]
}