Skip to content

Commit c4d009c

Browse files
authored
build(shared): avoid publishing tsbuildinfo (#220)
1 parent 33c9a21 commit c4d009c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vuepress/shared/tsconfig.esm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"module": "ES2020",
55
"rootDir": "./src",
6-
"outDir": "./lib/esm"
6+
"outDir": "./lib/esm",
7+
"tsBuildInfoFile": "./tsconfig.esm.tsbuildinfo"
78
},
89
"include": ["./src"]
910
}

0 commit comments

Comments
 (0)