delete: unuse

This commit is contained in:
Vick Scarlet
2025-04-06 20:38:54 +08:00
parent b1ffae9eaf
commit b82da6c9a7
3 changed files with 8 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
{
"esversion": 9
}

View File

@@ -1,12 +1,10 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=759670 // See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format // for the documentation about the jsconfig.json format
"compilerOptions": { "compilerOptions": {
"target": "es5" "module": "esnext",
}, "target": "es6",
"exclude": [ },
"node_modules", "include":["src", "repl", "vite.config.js"],
"public", "exclude": ["node_modules", "public", "view"]
"view"
]
} }

File diff suppressed because one or more lines are too long