We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2169f commit 207e756Copy full SHA for 207e756
@commitlint/resolve-extends/package.json
@@ -38,7 +38,6 @@
38
"@types/lodash": "^4.14.161"
39
},
40
"dependencies": {
41
- "@commitlint/types": "^11.0.0",
42
"import-fresh": "^3.0.0",
43
"lodash": "^4.17.19",
44
"resolve-from": "^5.0.0",
@commitlint/resolve-extends/tsconfig.json
@@ -6,6 +6,5 @@
6
"outDir": "./lib"
7
8
"include": ["./src"],
9
- "exclude": ["./src/**/*.test.ts", "./lib/**/*"],
10
- "references": [{"path": "../types"}]
+ "exclude": ["./src/**/*.test.ts", "./lib/**/*"]
11
}
0 commit comments