mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Update deps
This commit is contained in:
parent
87bfa64af0
commit
95eb786a3f
7 changed files with 489 additions and 185 deletions
|
|
@ -2,8 +2,15 @@
|
|||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true
|
||||
"experimentalDecorators": true,
|
||||
"baseUrl": "./dev",
|
||||
"paths": {
|
||||
"*": [
|
||||
"*",
|
||||
]
|
||||
},
|
||||
},
|
||||
"exclude": [
|
||||
"build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue