Files
scouthub/scouthub-eventi-be/tsconfig.jest.json
T
2026-07-25 11:59:25 +02:00

10 lines
175 B
JSON

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