添加 手势识别demo完成

This commit is contained in:
rucky
2021-12-24 19:18:22 +08:00
parent a8cca89108
commit 56107508f9
16 changed files with 939 additions and 228 deletions

15
tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compileOnSave": false,
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"strictNullChecks": true,
"esModuleInterop": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules",
"dist"
]
}