chore(workspace): disable verbatimModuleSyntax in tsconfig

This commit is contained in:
parent e8bb6d7ab1
commit cd6872b06e
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -3,7 +3,8 @@
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false,
"noImplicitThis": false
"noImplicitThis": false,
"verbatimModuleSyntax": false
},
"extends": "./.nuxt/tsconfig.json"
}