Browse Source

chore:tsconfig add exclude (#5580)

pull/5631/head
Amumu 6 years ago
committed by 陈帅
parent
commit
2cbece9b31
  1. 1
      tsconfig.json

1
tsconfig.json

@ -23,6 +23,7 @@
"exclude": [
"node_modules",
"build",
"dist",
"scripts",
"acceptance-tests",
"webpack",

Loading…
Cancel
Save