UNPKG
tsconfig-moon
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
Strict tsconfig.json's for modern projects.
tsconfig-moon
/
tsconfig.solid.json
12 lines
(11 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
: {
"lib"
: [
"dom"
],
"jsx"
:
"preserve"
,
"jsxImportSource"
:
"solid-js"
} }