chore: update TypeScript native preview

This commit is contained in:
Kit Langton 2026-07-12 21:59:46 -04:00
commit 9eabe1f973
14 changed files with 24 additions and 11 deletions

View file

@ -17,6 +17,7 @@
"emitDeclarationOnly": true,
"outDir": "node_modules/.ts-dist",
"isolatedModules": true,
"types": ["vite/client", "bun"],
"paths": {
"@/*": ["./src/*"]
}