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.
include
tsconfig.json
1 parent 34d43a6 commit 21c212dCopy full SHA for 21c212d
package.json
@@ -102,7 +102,7 @@
102
"mdn-data": "^2.24.0",
103
"mocha": "^11.0.0",
104
"prettier": "^3.6.0",
105
- "rollup": "^4.16.2",
+ "rollup": "4.51.0",
106
"rollup-plugin-copy": "^3.5.0",
107
"rollup-plugin-delete": "^3.0.1",
108
"tailwind-csstree": "^0.1.0",
tests/types/tsconfig.json
@@ -7,5 +7,5 @@
7
"exactOptionalPropertyTypes": true
8
},
9
"files": [],
10
- "include": ["**/*.test.{ts,cts}", "../../dist"]
+ "include": ["**/*.test.ts", "**/*.test.cts", "../../dist"]
11
}
0 commit comments