mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
feat: change map page feat: add error handling and timeout to location fetching in directions resolves #124 resolves #122
14 lines
330 B
JSON
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"]
|
|
}
|