mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:53:25 +00:00
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"extends": "@movie-web/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules"],
|
|
}
|