chore(workspace): disable verbatimModuleSyntax
in tsconfig
This commit is contained in:
parent
e8bb6d7ab1
commit
cd6872b06e
@ -3,7 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitThis": false
|
||||
"noImplicitThis": false,
|
||||
"verbatimModuleSyntax": false
|
||||
},
|
||||
"extends": "./.nuxt/tsconfig.json"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user