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 3ed1667 commit 31c8f4fCopy full SHA for 31c8f4f
packages/tasks/scripts/generate-cts.ts
@@ -1,3 +1,4 @@
1
+// Just copy over the already generated .d.ts and .d.ts.map files to .d.cts and .d.cts.map files
2
import { readdirSync, readFileSync, statSync, writeFileSync } from "node:fs";
3
import { join } from "node:path";
4
0 commit comments