We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f86d0b commit 45b5a5bCopy full SHA for 45b5a5b
1 file changed
apps/demos/configs/Vue/config.js
@@ -1,6 +1,9 @@
1
window.exports = window.exports || {};
2
window.config = {
3
transpiler: 'plugin-babel',
4
+ typescriptOptions: {
5
+ ignoreDeprecations: '6.0',
6
+ },
7
meta: {
8
'*.vue': {
9
loader: 'vue-loader',
@@ -216,4 +219,4 @@ window.process = {
216
219
217
220
System.config(window.config);
218
221
// eslint-disable-next-line
-const useTgzInCSB = ['openai'];
222
+const useTgzInCSB = ['openai'];
0 commit comments