snappymail/jsconfig.json
2018-10-06 02:13:58 +03:00

30 lines
454 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"baseUrl": "./dev",
"paths": {
"*": [
"*",
]
},
},
"exclude": [
"build",
"data",
"vendors",
"rainloop",
"plugins",
"node_modules",
"bower_components",
"jspm_packages",
"nbproject",
"tests",
"tmp",
"temp"
]
}