Files
lifeRestart/jsconfig.json
Vick Scarlet b82da6c9a7 delete: unuse
2025-04-06 20:38:54 +08:00

10 lines
304 B
JSON

{
// 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"]
}