UNPKG
type2type
Version:
latest (1.0.0)
1.0.0
TypeScript type-level data structures
github.com/thoughtspile/typetype
thoughtspile/typetype
type2type
/
tsconfig.json
12 lines
(11 loc)
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"lib"
:
[
"ES2015"
]
,
"strictNullChecks"
:
true
,
"noUncheckedIndexedAccess"
:
true
,
"rootDirs"
:
[
"."
]
,
"declaration"
:
true
}
,
"include"
:
[
"."
]
,
"exclude"
:
[
"node_modules/**"
]
}