chore: adjustment

This commit is contained in:
Adrian Castro
2024-02-15 11:43:13 +01:00
parent 0ab9ebbcc6
commit 4aa964d1e1

View File

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