mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:53:25 +00:00
refactor to turbo
This commit is contained in:
8
turbo/generators/templates/tsconfig.json.hbs
Normal file
8
turbo/generators/templates/tsconfig.json.hbs
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