Skip to content

Commit bc400d6

Browse files
chore: move .tsbuildinfo file to dist folder (#27682)
1 parent d7f038e commit bc400d6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

cli/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"paths": {
2020
"src/*": ["./src/*"],
2121
},
22+
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
2223
"types": ["vitest/globals"]
2324
},
2425
"exclude": ["dist", "node_modules", "vite.config.ts"]

server/tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "./src",
5+
"tsBuildInfoFile": "./dist/tsconfig.build.tsbuildinfo",
56
},
67
"exclude": ["dist", "node_modules", "upload", "test", "e2e", "**/*spec.ts"]
78
}

server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"rootDir": ".",
2525
"jsx": "react",
2626
"types": ["vitest/globals"],
27+
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
2728
"noErrorTruncation": true
2829
},
2930
"exclude": ["dist", "node_modules", "upload"]

0 commit comments

Comments
 (0)