Files
optolith-client/jsconfig.json
T
2016-10-04 21:03:00 +02:00

17 lines
285 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "ES6",
"module": "es6"
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp",
"typings"
]
}