17 lines
285 B
JSON
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"
|
|
]
|
|
}
|