mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 11:43:16 +02:00
git-subtree-dir: Programming/BD2 git-subtree-mainline:4b5b8e44e8git-subtree-split:ec90ad34d5
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["jest.config.ts", "src/**/*.ts"]
|
|
}
|