tsbundle/tsconfig.json
2022-03-14 16:32:12 +01:00

8 lines
148 B
JSON

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