snappymail/jsconfig.json

22 lines
296 B
JSON
Raw Normal View History

2016-06-17 07:23:49 +08:00
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"build",
"data",
"vendors",
"rainloop",
"plugins",
"node_modules",
"bower_components",
"jspm_packages",
"nbproject",
"tests",
"tmp",
"temp"
]
}