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 6f6197f commit 22d46bcCopy full SHA for 22d46bc
package.json
@@ -99,7 +99,7 @@
99
"mdast-util-from-markdown": "^2.0.2",
100
"mocha": "^11.3.0",
101
"prettier": "^3.4.1",
102
- "rollup": "^4.41.0",
+ "rollup": "4.51.0",
103
"rollup-plugin-copy": "^3.5.0",
104
"rollup-plugin-delete": "^3.0.1",
105
"typescript": "^5.9.2",
tests/types/tsconfig.json
@@ -9,5 +9,5 @@
9
"erasableSyntaxOnly": true
10
},
11
"files": [],
12
- "include": ["**/*.test.{ts,cts}", "../../dist"]
+ "include": ["**/*.test.ts", "**/*.test.cts", "../../dist"]
13
}
0 commit comments