UNPKG
swingdrag
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.5.0
A nice swing effect for the jQuery UI drag function.
github.com/waxalot/swingdrag
waxalot/swingdrag
swingdrag
/
tsconfig.json
11 lines
•
175 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es5"
}
,
"exclude"
:
[
"node_modules"
]
}