mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: move .tsbuildinfo file to dist folder (#27682)
This commit is contained in:
parent
d7f038ec60
commit
bc400d68ac
3 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"paths": {
|
||||
"src/*": ["./src/*"],
|
||||
},
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
|
||||
"types": ["vitest/globals"]
|
||||
},
|
||||
"exclude": ["dist", "node_modules", "vite.config.ts"]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.build.tsbuildinfo",
|
||||
},
|
||||
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"rootDir": ".",
|
||||
"jsx": "react",
|
||||
"types": ["vitest/globals"],
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
|
||||
"noErrorTruncation": true
|
||||
},
|
||||
"exclude": ["dist", "node_modules", "upload"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue