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
/
library.json
11 lines
(10 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"Standalone shared library"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
/* AND if you're building for a library: */
"declaration"
:
true
,
"declarationMap"
:
true
} }