mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-14 16:22:38 +08:00
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=759670
|
|
// for the documentation about the jsconfig.json format
|
|
"compilerOptions": {
|
|
"target": "es5"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"public",
|
|
"view"
|
|
]
|
|
} |