Browse Source

Pull request #3415: KERNEL-14124 chore: 调整tsconfig解决tsc时的报错

Merge in VISUAL/fineui from ~ZHENFEI.LI/fineui:es6 to es6

* commit 'ef17972f0012b16169a8fd06faa428903d97e15b':
  KERNEL-14124 chore: 调整tsconfig解决tsc时的报错
es6
Zhenfei.Li-李振飞 1 year ago
parent
commit
98c6ab8d77
  1. 4
      tsconfig.json

4
tsconfig.json

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