Update tsconfig.json

This commit is contained in:
Jorrin
2024-02-15 19:04:07 +01:00
parent c0d0730cfe
commit 33b2f04da6

View File

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