Skip to content

Commit d69f9c3

Browse files
authored
fix(typescript): ignore .cts files during publish (#454)
Fixes #452
1 parent 90067a0 commit d69f9c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"rimraf": "^3.0.2",
6969
"rollup": "^2.22.1",
7070
"rollup-plugin-cleanup": "^3.1.1",
71-
"rollup-plugin-ts": "^3.0.0",
71+
"rollup-plugin-ts": "^3.0.2",
7272
"serve": "^14.0.0",
7373
"standardx": "^7.0.0",
7474
"start-server-and-test": "^1.11.2",
@@ -78,7 +78,8 @@
7878
"files": [
7979
"browser.js",
8080
"build",
81-
"!*.d.ts"
81+
"!*.d.ts",
82+
"!*.d.cts"
8283
],
8384
"engines": {
8485
"node": ">=12"

0 commit comments

Comments
 (0)