Skip to content

Commit 207e756

Browse files
committed
fix: remove unused types reference
1 parent 8a2169f commit 207e756

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

@commitlint/resolve-extends/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@types/lodash": "^4.14.161"
3939
},
4040
"dependencies": {
41-
"@commitlint/types": "^11.0.0",
4241
"import-fresh": "^3.0.0",
4342
"lodash": "^4.17.19",
4443
"resolve-from": "^5.0.0",

@commitlint/resolve-extends/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"outDir": "./lib"
77
},
88
"include": ["./src"],
9-
"exclude": ["./src/**/*.test.ts", "./lib/**/*"],
10-
"references": [{"path": "../types"}]
9+
"exclude": ["./src/**/*.test.ts", "./lib/**/*"]
1110
}

0 commit comments

Comments
 (0)