Skip to content

Commit 1019811

Browse files
committed
feat: add tsBuildInfoFile option to TypeScript configuration
1 parent bbe050d commit 1019811

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ lib-wasm/
55
lib-wasm-py/
66
dist/
77
types/
8+
*.tsbuildinfo
89
.yarn
910

1011
docs/.vitepress/dist

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./lib-esm",
55
"declarationDir": "./types",
66
"composite": true,
7+
"tsBuildInfoFile": "./lib-esm/tsconfig.tsbuildinfo",
78
"target": "ES2020",
89
"module": "esnext",
910
"moduleResolution": "node",

0 commit comments

Comments
 (0)