mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
14 lines
271 B
JSON
14 lines
271 B
JSON
|
{
|
||
|
// 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"
|
||
|
]
|
||
|
}
|