Files
openstapps/frontend/app/tsconfig.spec.json
Thea Schöbl a5c9d22016 feat: add external directions referral
feat: change map page
feat: add error handling and timeout to location fetching in directions

resolves #124
resolves #122
2023-09-15 18:52:28 +00:00

14 lines
330 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"types": ["jasmine", "node", "dom-view-transitions"],
"paths": {
"@capacitor/*": ["__mocks__/@capacitor/*"]
}
},
"files": ["src/test.ts"],
"exclude": ["cypress"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}