This commit is contained in:
Jorrin
2024-03-18 23:06:38 +01:00
parent ac0b23db62
commit 21ada8162e
6 changed files with 12804 additions and 885 deletions

View File

@@ -1,8 +1,8 @@
{
"extends": "@movie-web/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": ["*.ts", "src"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}