mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:03:26 +00:00
feat: actually link expo and nx
This commit is contained in:
15
apps/mobile/tsconfig.app.json
Normal file
15
apps/mobile/tsconfig.app.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"types": ["node"]
|
||||
},
|
||||
"files": ["../../node_modules/@nx/expo/typings/svg.d.ts"],
|
||||
"exclude": [
|
||||
"jest.config.ts",
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.tsx",
|
||||
"test-setup.ts"
|
||||
],
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"]
|
||||
}
|
Reference in New Issue
Block a user