eslint-rules/patch/eslint-import-resolver-typescript.patch
2023-10-03 19:00:25 -04:00

28 lines
591 B
Diff

diff --git a/package.json b/package.json
index 72587ff..74b7051 100644
--- a/package.json
+++ b/package.json
@@ -62,8 +62,7 @@
"typecov": "type-coverage"
},
"peerDependencies": {
- "eslint": "*",
- "eslint-plugin-import": "*"
+ "eslint": "*"
},
"dependencies": {
"debug": "^4.3.4",
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 81e4c05..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "extends": "@1stg/tsconfig/node16",
- "compilerOptions": {
- "outDir": "./lib"
- },
- "include": ["./src", "./shim.d.ts"]
-}