diff --git a/packages/ts-config/base.json b/packages/ts-config/base.json index 454c4f5..6ee0c3a 100644 --- a/packages/ts-config/base.json +++ b/packages/ts-config/base.json @@ -13,6 +13,8 @@ "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, "noEmitOnError": true, + "skipLibCheck": true, + "verbatimModuleSyntax": true, "lib": ["dom", "esnext"], "jsx": "react" }