mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 04:53:02 +00:00
refactor: move app to monorepo
This commit is contained in:
14
frontend/app/tsconfig.spec.json
Normal file
14
frontend/app/tsconfig.spec.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/spec",
|
||||
"baseUrl": "./",
|
||||
"types": ["jasmine", "node"],
|
||||
"paths": {
|
||||
"@capacitor/*": ["__mocks__/@capacitor/*"]
|
||||
}
|
||||
},
|
||||
"files": ["src/test.ts"],
|
||||
"exclude": ["cypress"],
|
||||
"include": ["src/polyfills.ts", "**/*.spec.ts", "**/*.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user