UNPKG
@spark-ui/components
Version:
latest (10.2.9)
10.2.9
10.2.8
10.2.7
10.2.6
10.2.5
10.2.4
10.2.3
10.2.1
10.2.0
10.1.1
10.1.0
10.0.13
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
Spark (Leboncoin design system) components.
sparkui.vercel.app
leboncoin/spark-web
@spark-ui/components
/
tsconfig.json
10 lines
(9 loc)
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"include"
:
[
"."
,
"../../global.d.ts"
,
"./global.d.ts"
]
,
"exclude"
:
[
"dist"
,
"build"
,
"node_modules"
]
,
"compilerOptions"
:
{
"incremental"
:
false
,
"jsx"
:
"react-jsx"
}
}