UNPKG

abstract-astar

Version:

Versatile A* (A Star) implementation in TypeScript.

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