UNPKG
@codecompose/typescript-config
Version:
latest (2.2.0)
next (2.2.0-1)
2.2.0
2.2.0-1
2.1.1
2.1.0
2.1.0-1
2.1.0-0
2.0.1
2.0.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-2
1.0.0-1
1.0.0-0
Opinionated reusable TypeScript configurations
@codecompose/typescript-config
/
src
/
shared-library.json
10 lines
(9 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"Monorepo shared library"
,
"extends"
:
"./library.json"
,
"compilerOptions"
: {
/* AND if you're building for a library in a monorepo: */
"composite"
:
true
} }