UNPKG
@fluster.io/config
Version:
latest (0.0.4)
0.0.4
0.0.3
Shared configs for the Fluster ecosystem.
@fluster.io/config
/
tsconfig.json
20 lines
(19 loc)
•
371 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compilerOptions"
:
{
"target"
:
"ES2022"
,
"module"
:
"NodeNext"
,
"lib"
:
[
"ES2023"
,
"DOM"
,
"DOM.Iterable"
]
,
"moduleResolution"
:
"bundler"
,
"esModuleInterop"
:
true
,
"outDir"
:
"lib"
,
"strict"
:
true
,
"jsx"
:
"react"
}
,
"exclude"
:
[
"lib"
]
}