StructV2/atlconfig.json
2021-01-28 17:01:16 +08:00

15 lines
164 B
JSON

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