UNPKG
@artus/tsconfig
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.2
0.0.1
TSConfigs for Artus projects to extend.
github.com/artusjs/tsconfig
artusjs/tsconfig
@artus/tsconfig
/
test
/
artus_project
/
tsconfig.json
8 lines
(7 loc)
•
108 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"outDir"
:
"lib"
}
}