mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Code refactoring (v2)
This commit is contained in:
parent
90d95d3ca4
commit
80ab02363e
29 changed files with 858 additions and 857 deletions
23
jsconfig.json
Normal file
23
jsconfig.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=759670
|
||||
// for the documentation about the jsconfig.json format
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": [
|
||||
"build",
|
||||
"data",
|
||||
"vendors",
|
||||
"rainloop",
|
||||
"plugins",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"jspm_packages",
|
||||
"nbproject",
|
||||
"tests",
|
||||
"tmp",
|
||||
"temp"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue