This commit is contained in:
Josh Harvey 2016-09-26 17:22:46 +03:00
parent ee37367c62
commit f62e65fe93
3 changed files with 83 additions and 0 deletions

16
jsconfig.json Normal file
View file

@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp"
]
}