mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 21:23:13 +02:00
7 lines
163 B
JSON
7 lines
163 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"compilerOptions": {},
|
||
|
|
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
|
||
|
|
}
|