mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +08:00
10 lines
304 B
JSON
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"]
|
|
} |