11 lines
248 B
JSON
11 lines
248 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "ES2020",
|
||
|
"module": "ES2020",
|
||
|
"moduleResolution": "node12",
|
||
|
"useDefineForClassFields": false,
|
||
|
"preserveValueImports": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|