Cache fix

This commit is contained in:
2026-05-18 22:47:41 +03:00
parent b9e7072e37
commit e6b9ce1585
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"tsBuildInfoFile": "./.cache/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]