mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:53:35 +00:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"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"]
|
|
}
|