UNPKG
word2vector-json-ts
Version:
latest (0.5.0)
0.5.0
TypeScript library for processing Word2Vec output vectors in JSON format.
word2vector-json-ts
/
jest.config.js
7 lines
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** @
type
{import(
'ts-jest'
).JestConfigWithTsJest} **/
export
default { testEnvironment:
"node"
, transform: {
"^.+.tsx?$"
: [
"ts-jest"
,{}], }, };