tehnicni-app/client/libs/shared/i18n/tsconfig.spec.json
Gal Podlipnik fd276b2c07 theme
2025-07-14 20:40:45 +02:00

14 lines
242 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../dist/out-tsc",
"types": ["jest", "node"]
},
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}