mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 06:23:13 +08:00
delete: unuse
This commit is contained in:
@@ -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
Reference in New Issue
Block a user