Browse Source

KERNEL-14124 chore: 调整tsconfig解决tsc时的报错

es6
Zhenfei.Li 1 year ago
parent
commit
ef17972f00
  1. 4
      tsconfig.json

4
tsconfig.json

@ -34,5 +34,9 @@
"src/**/*.js", "src/**/*.js",
"examples/*.js", "examples/*.js",
"examples/**/*.js", "examples/**/*.js",
],
"exclude": [
"src/router/router.js",
"src/core/0.foundation.js",
] ]
} }
Loading…
Cancel
Save