This commit is contained in:
hsueh chiahao
2025-10-26 10:29:56 +08:00
parent b72142fc44
commit f92417d5e3
13 changed files with 225 additions and 153 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"module": "node16",
"moduleResolution": "node16",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": true,