UNPKG
@sylphlab/typescript-config
Version:
latest (0.3.1)
0.3.1
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Reusable TypeScript configurations for SylphLab projects
@sylphlab/typescript-config
/
src
/
dom.json
9 lines
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"SylphLab DOM Configuration"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"lib"
: [
"ES2022"
,
"DOM"
,
"DOM.Iterable"
],
"jsx"
:
"react-jsx"
} }