28 lines
591 B
Diff
28 lines
591 B
Diff
diff --git a/package.json b/package.json
|
|
index 510ac18..569cdc0 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"]
|
|
-}
|