Compare commits

...

7 Commits

Author SHA1 Message Date
Terry Jia
f6005f236f Merge branch 'main' into clean-tsconfig 2026-02-10 21:18:27 -05:00
sno
38e141c15c Merge branch 'main' into clean-tsconfig 2026-01-24 08:09:56 +09:00
sno
5f92fe9deb Merge branch 'main' into clean-tsconfig 2025-10-26 14:54:10 +09:00
sno
e63c59f698 Merge branch 'main' into clean-tsconfig 2025-10-25 22:23:34 +09:00
snomiao
b00fbc9833 fix: remove allowJs from tsconfig.json\n\nRemove the allowJs option from tsconfig.json to enforce TypeScript-only compilation. 2025-10-20 19:06:09 +00:00
sno
d0a2959e0b Merge branch 'main' into clean-tsconfig 2025-10-21 02:26:34 +09:00
filtered
0c238e98c8 [Cleanup] Remove TS migration lines
- Removes allowJs: this repo has been full TypeScript for some time.
- Removes downlevel iteration: target is ES2022, so an ES2015-era migration workaround is probably not required.
2025-09-04 12:46:48 +10:00

View File

@@ -17,7 +17,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"allowJs": true,
"verbatimModuleSyntax": true,
"paths": {
"@/*": ["./src/*"],