revert to tfjs 1.7.4 and fix compile-bug

This commit is contained in:
2022-07-19 19:02:09 +00:00
parent 1197fcbcad
commit 21ffed5566
3 changed files with 123 additions and 406 deletions

View File

@@ -9,6 +9,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowJs": true,
"skipLibCheck": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"