refactor(frontend-shared): enforce verbatimModuleSyntax
This commit is contained in:
parent
4deeb95e1d
commit
629f7b1e84
|
@ -16,6 +16,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"noImplicitReturns": true,
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
|
|
Loading…
Reference in New Issue