dees-catalog/tsconfig.json
2022-03-18 19:40:28 +01:00

9 lines
148 B
JSON

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