MagicMirror/jsconfig.json

11 lines
264 B
JSON
Raw Normal View History

2016-10-13 13:10:33 +02:00
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": ["modules", "node_modules"]
2016-10-13 13:10:33 +02:00
}