UNPKG
timm
Version:
latest (1.7.1)
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Immutability helpers with fast reads and acceptable writes
guigrpa.github.io/timm/
guigrpa/timm
timm
/
tsconfig.json
14 lines
(13 loc)
•
282 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"ES2017"
,
"DOM"
]
,
"strict"
:
true
,
"downlevelIteration"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"lib"
,
"esModuleInterop"
:
true
}
,
"exclude"
:
[
"src/typeTests.ts"
]
,
"include"
:
[
"src/**/*"
]
}