Skip to content

Commit 45b5a5b

Browse files
fix vue demos TS
1 parent 3f86d0b commit 45b5a5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/demos/configs/Vue/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
window.exports = window.exports || {};
22
window.config = {
33
transpiler: 'plugin-babel',
4+
typescriptOptions: {
5+
ignoreDeprecations: '6.0',
6+
},
47
meta: {
58
'*.vue': {
69
loader: 'vue-loader',
@@ -216,4 +219,4 @@ window.process = {
216219

217220
System.config(window.config);
218221
// eslint-disable-next-line
219-
const useTgzInCSB = ['openai'];
222+
const useTgzInCSB = ['openai'];

0 commit comments

Comments
 (0)