feat: begin autogenerating web-tree-sitter.d.ts

This commit is contained in:
Amaan Qureshi 2025-01-19 23:06:02 -05:00
parent be7716dfa7
commit 10e6ecf162
14 changed files with 1082 additions and 343 deletions

View file

@ -0,0 +1,12 @@
import { createBundle } from 'dts-buddy';
await createBundle({
project: 'tsconfig.json',
output: 'web-tree-sitter.d.ts',
modules: {
'web-tree-sitter': 'src/index.ts'
},
compilerOptions: {
stripInternal: true,
},
});