pull/97/head
Vladimir Mandic 2021-12-03 11:32:42 -05:00
parent bd4d5935fe
commit 62da12758f
3 changed files with 7 additions and 3 deletions

View File

@ -89,8 +89,8 @@
"platform": "browser", "platform": "browser",
"format": "esm", "format": "esm",
"input": "src/index.ts", "input": "src/index.ts",
"external": ["@tensorflow"], "output": "dist/face-api.esm-nobundle.js",
"output": "dist/face-api.esm-nobundle.js" "external": ["@tensorflow"]
}, },
{ {
"name": "tfjs/browser/esm/bundle", "name": "tfjs/browser/esm/bundle",

View File

@ -9,7 +9,10 @@
## Changelog ## Changelog
### **HEAD -> master** 2021/12/01 mandic00@live.com ### **HEAD -> master** 2021/12/03 mandic00@live.com
### **origin/master** 2021/12/01 mandic00@live.com
- switch to custom tfjs and new typedefs - switch to custom tfjs and new typedefs
- rebuild - rebuild

View File

@ -27,6 +27,7 @@
"removeComments": false, "removeComments": false,
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true,
"sourceMap": false, "sourceMap": false,
"strictBindCallApply": true, "strictBindCallApply": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,