UNPKG
@kadoui/react
Version:
latest (1.11.16)
1.11.16
1.11.15
1.10.15
1.10.14
1.10.13
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.9
1.7.8
1.7.7
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.12
1.5.10
1.4.10
1.4.9
1.4.8
1.3.8
1.3.7
1.3.6
1.2.6
1.2.5
1.2.4
1.1.3
1.1.2
1.0.1
1.0.0
Kadoui primitive components for React
@kadoui/react
/
tsconfig.json
17 lines
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"
@repo
/tsconfig"
,
"compilerOptions"
: {
"module"
:
"ESNext"
,
"moduleResolution"
:
"Bundler"
,
"jsx"
:
"preserve"
,
"outDir"
:
"dist"
},
"include"
: [
"src"
],
"exclude"
: [
"dist"
,
"build"
,
"node_modules"
] }