UNPKG

igdb-ts

Version:

Unofficial IGDB API TypeScript wrapper.

12 lines 243 B
module.exports = { "roots": [ "<rootDir>/" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, }