StructV2/tsconfig.json

16 lines
208 B
JSON
Raw Normal View History

2021-01-28 09:01:16 +00:00
{
"compilerOptions": {
"target": "ES2015",
"module": "commonJS",
2022-01-25 18:09:13 +00:00
"removeComments": true,
"lib": ["DOM", "ES2015", "ES2016"]
2021-01-28 09:01:16 +00:00
},
"exclude": [
"node_modules"
2021-01-28 09:01:16 +00:00
]
}