StructV2/atlconfig.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
},
"exclude": [
"node_modules"
]
}