diff options
Diffstat (limited to 'apps/browser-extension/tsconfig.json')
| -rw-r--r-- | apps/browser-extension/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/browser-extension/tsconfig.json b/apps/browser-extension/tsconfig.json index ddc2d870..df1a9844 100644 --- a/apps/browser-extension/tsconfig.json +++ b/apps/browser-extension/tsconfig.json @@ -18,7 +18,8 @@ "strict": true, "noUnusedLocals": false, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": ["src", "vite.config.ts"], "exclude": ["node_modules"] |
