UNPKG
@auroratide/typewritten-text
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
The text types itself out!
@auroratide/typewritten-text
/
tsconfig.json
13 lines
(12 loc)
•
263 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
,
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"outDir"
:
"lib"
,
"module"
:
"ESNext"
,
"allowJs"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
}
}