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
+2 -2
View File
@@ -1,5 +1,5 @@
// eslint-disable-next-line no-unused-vars
interface SyntaxError {
decoration?: string
position?: number
decoration?: string;
position?: number;
}