mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:23:07 +02:00
13 lines
309 B
JSON
13 lines
309 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "../../dist/out-tsc",
|
||
|
|
"module": "commonjs",
|
||
|
|
"types": ["node"],
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"target": "es2021"
|
||
|
|
},
|
||
|
|
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
|
||
|
|
"include": ["src/**/*.ts"]
|
||
|
|
}
|