diff --git a/tsconfig.json b/tsconfig.json index a7eb815..0699d6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,7 @@ { "compilerOptions": { - "allowJs": true, "module": "CommonJS", - "noImplicitAny": false, "noEmit": true, - "resolveJsonModule": true, - "strictNullChecks": false, "strict": true, "target": "ES2019" }