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 90067a0 commit d69f9c3Copy full SHA for d69f9c3
1 file changed
package.json
@@ -68,7 +68,7 @@
68
"rimraf": "^3.0.2",
69
"rollup": "^2.22.1",
70
"rollup-plugin-cleanup": "^3.1.1",
71
- "rollup-plugin-ts": "^3.0.0",
+ "rollup-plugin-ts": "^3.0.2",
72
"serve": "^14.0.0",
73
"standardx": "^7.0.0",
74
"start-server-and-test": "^1.11.2",
@@ -78,7 +78,8 @@
78
"files": [
79
"browser.js",
80
"build",
81
- "!*.d.ts"
+ "!*.d.ts",
82
+ "!*.d.cts"
83
],
84
"engines": {
85
"node": ">=12"
0 commit comments