mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:23:25 +00:00
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["node", "jest", "detox"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
|
}
|