StructV2/tsconfig.json

16 lines
218 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,
2022-03-07 09:17:58 +00:00
"lib": ["DOM", "ES2015", "ES2016", "ES2017"]
2021-01-28 09:01:16 +00:00
},
"exclude": [
"node_modules"
2021-01-28 09:01:16 +00:00
]
}