mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 02:55:24 +08:00
21 lines
296 B
JSON
21 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"data",
|
|
"vendors",
|
|
"rainloop",
|
|
"plugins",
|
|
"node_modules",
|
|
"bower_components",
|
|
"jspm_packages",
|
|
"nbproject",
|
|
"tests",
|
|
"tmp",
|
|
"temp"
|
|
]
|
|
}
|