mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
24 lines
408 B
JSON
24 lines
408 B
JSON
|
{
|
||
|
// See https://go.microsoft.com/fwlink/?LinkId=759670
|
||
|
// for the documentation about the jsconfig.json format
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"module": "commonjs",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"build",
|
||
|
"data",
|
||
|
"vendors",
|
||
|
"rainloop",
|
||
|
"plugins",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"jspm_packages",
|
||
|
"nbproject",
|
||
|
"tests",
|
||
|
"tmp",
|
||
|
"temp"
|
||
|
]
|
||
|
}
|