firefish/jsconfig.json

14 lines
184 B
JSON
Raw Normal View History

2016-12-28 23:49:51 +01:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"jspm_packages",
"tmp",
"temp"
]
}