18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"skipLibCheck": false,
|
|
"types": ["node"],
|
|
"baseUrl": ".",
|
|
"paths": {}
|
|
},
|
|
"exclude": ["dist_*/**/*.d.ts", "node_modules"]
|
|
}
|