12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|