repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Update all non-major dependencies
[ProtonMail-WebClient.git]
/
applications
/
inbox-desktop
/
tsconfig.json
blob
1fb89964495202bb4ee057a117989ed8bdf05ba6
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"sourceMap": true,
5
"module": "commonjs",
6
"outDir": "dist",
7
"moduleResolution": "node",
8
"lib": ["WebWorker", "DOM", "DOM.Iterable", "ESNext"],
9
"types": ["webpack-env", "jest"]
10
},
11
"include": ["src/**/*"],
12
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
13
}