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
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es5"
},
"exclude": [
"node_modules",
"public",
"view"
]
// See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"module": "esnext",
"target": "es6",
},
"include":["src", "repl", "vite.config.js"],
"exclude": ["node_modules", "public", "view"]
}

File diff suppressed because one or more lines are too long