mvp-ticket/frontend/tsconfig.spec.json

10 lines
254 B
JSON
Raw Normal View History

2024-03-14 19:58:24 +01:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
2024-03-14 20:25:07 +01:00
"types": ["jest", "node"]
2024-03-14 19:58:24 +01:00
},
2024-03-14 20:25:07 +01:00
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
2024-03-14 19:58:24 +01:00
}