Fix MODULE_NOT_FOUND (#9563)

This commit is contained in:
Takuya Yoshida 2023-01-15 08:35:36 +09:00 committed by GitHub
parent b66f4ebba1
commit 2801338a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -60,5 +60,8 @@
"eslint": "^8.31.0",
"start-server-and-test": "1.15.2",
"typescript": "4.9.4"
},
"optionalDependencies": {
"@tensorflow/tfjs-core": "^4.1.0"
}
}