12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES2020",
|
|
"experimentalDecorators": true,
|
|
"strictPropertyInitialization": false,
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
|
|
}
|
|
}
|