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
|
|
|
|
|
},
|
2020-05-11 22:22:32 +02:00
|
|
|
"exclude": ["modules", "node_modules"]
|
2016-10-13 13:10:33 +02:00
|
|
|
}
|