16 lines
332 B
JSON
16 lines
332 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"useDefineForClassFields": false,
|
||
|
"target": "ES2022",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"esModuleInterop": true,
|
||
|
"verbatimModuleSyntax": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"dist_*/**/*.d.ts"
|
||
|
]
|
||
|
}
|