skrill-frontend/tsconfig.spec.json

10 lines
210 B
JSON
Raw Normal View History

2024-07-28 03:04:23 -06:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": ["jest", "node"]
2024-07-28 03:04:23 -06:00
},
"files": ["src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
2024-07-28 03:04:23 -06:00
}