fix: downgrade to ts v5.9.3

This commit is contained in:
hyper
2026-03-31 14:50:17 +08:00
parent 9a8cdcaaea
commit 7243a677fe
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -12,8 +12,7 @@
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"ignoreDeprecations": "6.0"
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/csv-loader"]