mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:23:24 +00:00
9 lines
200 B
Handlebars
9 lines
200 B
Handlebars
{
|
|
"extends": "@movie-web/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["*.ts", "src"],
|
|
"exclude": ["node_modules"]
|
|
}
|