Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
4406bef669f581ecb8c05453dc751aede2c5f29e
4406bef669f581ecb8c05453dc751aede2c5f29e
Switch branch/tag
grin-global-ui
packages
ui-express
tsconfig.spec.json
Find file
Normal view
History
Permalink
tsconfig.spec.json
100 Bytes
Newer
Older
Testing sagas added initial code
Viacheslav Pavlov
committed
Mar 27, 2020
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"types"
:
[
"jest"
,
"node"
,
"webpack-env"
]
}
}