chore: auto-commit task -

This commit is contained in:
MythEclipse
2026-06-02 19:08:06 +07:00
parent 0e61ad90e2
commit 61b5a59ed3
+1 -2
View File
@@ -3,7 +3,7 @@
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2020"],
"moduleResolution": "node",
"moduleResolution": "bundler",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
@@ -15,7 +15,6 @@
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}