refactor(config): change tsconfig
set `verbatimModuleSyntax` to false
This commit is contained in:
parent
4ae045819f
commit
088842ac38
@ -3,6 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"outDir": "../out",
|
||||
"noImplicitAny": false
|
||||
"noImplicitAny": false,
|
||||
"verbatimModuleSyntax": false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user