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 a922da2 commit 9519503Copy full SHA for 9519503
package.json
@@ -25,7 +25,7 @@
25
"build:meta": "node scripts/build-stories.mjs",
26
"watch-meta": "node scripts/stories-watcher.js ",
27
"watch-scss": "node scripts/styles-watcher.mjs",
28
- "check": "madge --circular --warning --no-spinner dist/src/index.js",
+ "check": "madge --circular --warning --no-spinner --ts-config ./tsconfig.json --extensions ts src/index.ts",
29
"clean": "npm run clean:dist && npm run clean:styles && npm run clean:docs",
30
"clean:dist": "rimraf ./dist",
31
"clean:styles": "rimraf --glob \"src/**/*.css.ts\"",
@@ -114,5 +114,12 @@
114
"git add"
115
]
116
},
117
+ "madge": {
118
+ "detectiveOptions": {
119
+ "ts": {
120
+ "skipTypeImports": true
121
+ }
122
123
+ },
124
"customElements": "custom-elements.json"
125
}
0 commit comments