update bun to 1.3.3 and add typescript native preview

Bumps bun version to 1.3.3 in configs and workflow. Adds `@typescript/native-preview` dependency for enhanced TypeScript support. Updates linker setting in `bunfig.toml` for isolated installations.
This commit is contained in:
dswbx
2025-11-22 19:54:31 +01:00
parent 5e5dc62304
commit 821525fba5
6 changed files with 28 additions and 6 deletions
+3
View File
@@ -18,6 +18,9 @@
}
},
"css": {
"parser": {
"tailwindDirectives": true
},
"formatter": {
"indentWidth": 3
}