yavsc/Yavsc/jsconfig.json

21 lines
328 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6"
},
"exclude": [
"bin",
"src",
"Resources",
"Properties",
"wwwroot",
"contrib",
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp"
]
}