mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 07:13:24 +00:00
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"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",
|
|
"tailwind.config.ts"
|
|
]
|
|
}
|