tsbundle/tsconfig.json
2022-03-15 13:01:18 +01:00

9 lines
176 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12",
"esModuleInterop": true
}
}