Skip to content

Commit e92d5e0

Browse files
committed
build: 在 tsconfig.json 中排除 playground、node_modules 和 dist 目录
1 parent daf6e88 commit e92d5e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"verbatimModuleSyntax": true,
1313
"skipDefaultLibCheck": true,
1414
"skipLibCheck": true
15-
}
15+
},
16+
"exclude": ["playground", "node_modules", "dist"]
1617
}

0 commit comments

Comments
 (0)