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