snappymail/jsconfig.json

30 lines
456 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
2018-10-06 07:13:58 +08:00
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
2018-10-06 07:13:58 +08:00
"experimentalDecorators": true,
"baseUrl": "./dev",
"paths": {
"*": [
"*",
]
},
},
"exclude": [
"build",
"data",
"vendors",
"snappymail",
"plugins",
"node_modules",
"bower_components",
"jspm_packages",
"nbproject",
"tests",
"tmp",
"temp"
]
}