mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
refactor: enable typescript option erasableSyntaxOnly
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"rewriteRelativeImportExtensions": true,
|
||||
"isolatedModules": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
// ideally we want to enable erasableSyntaxOnly & verbatimModuleSyntax for true node interop
|
||||
"erasableSyntaxOnly": false,
|
||||
"verbatimModuleSyntax": false,
|
||||
// "sourceMap": true,
|
||||
"noEmitOnError": true,
|
||||
|
||||
Reference in New Issue
Block a user