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
/
react-library.json
12 lines
(11 loc)
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"Standalone React component library"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"lib"
: [
"dom"
,
"dom.iterable"
,
"esnext"
],
"jsx"
:
"react-jsx"
,
/* Assuming your bundler will output everything. */
"noEmit"
:
true
} }