UPDATE: Fix bug

This commit is contained in:
2026-01-14 05:56:18 +07:00
parent 2349d6d360
commit e4f014e3b4
9 changed files with 1365 additions and 895 deletions

View File

@@ -13,10 +13,9 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@bindings/*": ["bindings/*"],
"@/*": ["src/*"]
"@bindings/*": ["./bindings/*"],
"@/*": ["./src/*"]
},
/* Linting */
"strict": true,