diff --git a/tsconfig.json b/tsconfig.json index bddc78f..cfae31d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,9 @@ { "compilerOptions": { - "alwaysStrict": true, "declaration": true, "lib": ["ESNext"], "module": "commonjs", - "moduleResolution": "node", - "noImplicitAny": true, "outDir": "dist", - "pretty": true, "rootDir": "src", "skipLibCheck": true, "strict": true,