chore: typeroots

This commit is contained in:
Adrian Castro
2024-02-15 11:42:57 +01:00
parent 35a3ab8050
commit 0ab9ebbcc6

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",
"typeRoots": ["./node_modules/@types"],
}, },
"include": ["*.ts", "src"], "include": ["*.ts", "src"],
"exclude": ["node_modules"], "exclude": ["node_modules"],