mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
29 lines
454 B
JSON
29 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"
|
|
]
|
|
}
|