UNPKG
web-handwriting-board
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
一个简单易用的web手写板,适合在有手写签名需求的场景使用
github.com/su-zi-long/handwriting-board
su-zi-long/handwriting-board
web-handwriting-board
/
tsconfig.json
10 lines
(9 loc)
•
179 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"lib"
:
[
"es6"
,
"DOM"
,
"es2017"
]
,
"module"
:
"ESNext"
,
"allowJs"
:
true
}
,
"exclude"
:
[
"node_modules"
]
,
"include"
:
[
"src/**/*"
]
}