Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
d30c9b9b7d9e1fdf5bf2a784e64b2a7289f0cbf7
d30c9b9b7d9e1fdf5bf2a784e64b2a7289f0cbf7
Switch branch/tag
project-page
node_modules
constantinople
tsconfig.json
Find file
Normal view
History
Permalink
tsconfig.json
119 Bytes
Newer
Older
add required modules
Rosanny Sihombing
committed
Jul 04, 2022
1
2
3
4
5
6
7
8
{
"compilerOptions"
:
{
"declaration"
:
true
,
"outDir"
:
"lib"
,
"strict"
:
true
,
"lib"
:
[
"es2017"
]
}
}