2 Commits

Author SHA1 Message Date
Vick Scarlet b82da6c9a7 delete: unuse 2025-04-06 20:38:54 +08:00
su226 b1ffae9eaf fix: wrong data 2025-04-06 19:39:05 +08:00
7 changed files with 8 additions and 14 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"esversion": 9
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8 -10
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"
]
} }
-1
View File
File diff suppressed because one or more lines are too long