16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2022",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"verbatimModuleSyntax": false,
|
|
"isolatedModules": false
|
|
},
|
|
"include": ["src"]
|
|
}
|