diff --git a/.eslintplugin/tsconfig.json b/.eslintplugin/tsconfig.json index d12864ae..d14715b9 100644 --- a/.eslintplugin/tsconfig.json +++ b/.eslintplugin/tsconfig.json @@ -1,19 +1,8 @@ { - "compileOnSave": true, + "extends": "../tsconfig.json", "compilerOptions": { - "alwaysStrict": true, - "lib": ["esnext"], - "module": "commonjs", - "noUnusedParameters": true, - "sourceMap": true, "declaration": false, - "noUnusedLocals": true, - "removeComments": false, - "target": "ES2020", - "importsNotUsedAsValues": "error", - "strictNullChecks": true, - "preserveConstEnums": true, - "exactOptionalPropertyTypes": true, + "declarationMap": false, "skipLibCheck": true }, "include": ["./index.ts"] diff --git a/tsconfig.json b/tsconfig.json index b1abfac2..f12948c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "noUnusedLocals": true, "removeComments": false, "target": "ES2020", - "importsNotUsedAsValues": "error", "strictNullChecks": true, "preserveConstEnums": true, "exactOptionalPropertyTypes": true