refactor(config): change tsconfig

set `verbatimModuleSyntax` to false
This commit is contained in:
parent 4ae045819f
commit 088842ac38
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -3,6 +3,7 @@
"compilerOptions": {
"allowJs": true,
"outDir": "../out",
"noImplicitAny": false
"noImplicitAny": false,
"verbatimModuleSyntax": false
}
}