mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:53:35 +00:00
feat: actually link expo and nx
This commit is contained in:
10
apps/mobile-e2e/tsconfig.e2e.json
Normal file
10
apps/mobile-e2e/tsconfig.e2e.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"allowJs": true,
|
||||
"types": ["node", "jest", "detox"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.js"]
|
||||
}
|
Reference in New Issue
Block a user