StructV2/tsconfig.json
2022-01-26 02:09:13 +08:00

16 lines
208 B
JSON

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