UNPKG
@cursorify/react
Version:
latest (0.0.43)
0.0.43
0.0.42
0.0.41
0.0.39
0.0.38
0.0.37
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.31
0.0.3
0.0.2
0.0.1
Customizable cursor component for any style 🕹️
cursorify.github.io
cursorify/cursorify
@cursorify/react
/
tsconfig.node.json
11 lines
(10 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}