StructV2/tsconfig.json

16 lines
218 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "commonJS",
"removeComments": true,
"lib": ["DOM", "ES2015", "ES2016", "ES2017"]
},
"exclude": [
"node_modules"
]
}