Files
scouthub/scouthub-home-be/tsconfig.jest.json
T
2026-07-23 19:36:55 +02:00

10 lines
175 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"declaration": false
},
"include": ["src/**/*.ts", "tests/**/*.ts"]
}