tsbundle/tsconfig.json

9 lines
176 B
JSON
Raw Normal View History

2021-07-22 19:55:08 +00:00
{
"compilerOptions": {
2022-03-14 15:32:12 +00:00
"experimentalDecorators": true,
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12",
2022-03-15 12:01:18 +00:00
"esModuleInterop": true
2021-07-22 19:55:08 +00:00
}
}