Skip to content
GitLab
Explore
Sign in
txwrapper
tsconfig.build.json
Find file
Normal view
History
Permalink
tsconfig.build.json
52 B
Newer
Older
fix: Let tsc only build src folder (#95)
Amaury Martiny
committed
Mar 16, 2020
1
2
3
4
{
"extends"
:
"./tsconfig"
,
"include"
:
[
"src"
]
}