diff --git a/tsconfig.json b/tsconfig.json index 941b1356..bf9727a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "noEmit": true, + "erasableSyntaxOnly": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "ignoreDeprecations": "5.0", @@ -11,6 +12,7 @@ "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, + "noImplicitAny": true, "strict": true, "skipLibCheck": true, "skipDefaultLibCheck": true,