UNPKG
@xiaohaih/drag
Version:
beta (1.0.0-beta)
latest (1.0.0-beta.3)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta
0.1.0
拖拽插件, 可通过指令或函数调用来拖拽元素移动
@xiaohaih/drag
/
tsconfig.node.json
11 lines
(10 loc)
•
278 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"vite.config.ts"
,
"vite.lib.config.ts"
,
"uno.config.ts"
]
}