Files
tsbundle/tsconfig.json

9 lines
176 B
JSON
Raw Normal View History

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