Skip to content

Commit 0513c34

Browse files
Copilotfregante
andcommitted
Remove --experimental-strip-types flag and hashbang
- Removed hashbang from add-examples-to-dts.ts - Removed --experimental-strip-types flag from postbuild:typescript script - Node 22.18+ handles TypeScript natively without explicit flags Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
1 parent 4e23b8a commit 0513c34

File tree

5 files changed

+12
-478
lines changed

5 files changed

+12
-478
lines changed

add-examples-to-dts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env node --experimental-strip-types
21
/* eslint-disable n/prefer-global/process */
32
import {readFileSync, writeFileSync} from 'node:fs';
43
import {execSync} from 'node:child_process';

0 commit comments

Comments
 (0)