refactor: move app to monorepo

This commit is contained in:
2023-03-14 17:05:09 +01:00
parent 2f65ebf57f
commit 54ed0a2f27
775 changed files with 89 additions and 156 deletions

View 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"]
}