UNPKG
follow-js
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
let elements follow your cursor.
jwanner83.github.io/follow-js/
jwanner83/follow-js
follow-js
/
tsconfig.json
9 lines
(8 loc)
•
153 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"declaration"
:
true
,
"declarationDir"
:
"dts"
}
,
"include"
:
[
"src/**/*.d.ts"
,
"src/**/*.ts"
]
}