build: migrate to Typescript + biome

This commit is contained in:
2026-03-27 17:33:58 +05:30
parent 3f0c4c217a
commit b6dbcfe91a
12 changed files with 466 additions and 204 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"lineEnding": "lf"
},
"files": { "includes": ["**", "!!spec-built/**", "!!engine262/**"] }
}