mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:53:35 +00:00
feat: init tmdb package
This commit is contained in:
8
packages/tmdb/tsconfig.json
Normal file
8
packages/tmdb/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "@movie-web/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
||||
},
|
||||
"include": ["*.ts", "src"],
|
||||
"exclude": ["node_modules"],
|
||||
}
|
Reference in New Issue
Block a user