Files
lifeRestart/jsconfig.json
Vick Scarlet f40698d63e add laya
2021-10-31 00:13:22 +08:00

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