UNPKG

obj-console

Version:

Shows JS objects in terminal with custom format in VSCode colors

12 lines (11 loc) 204 B
{ "moduleFileExtensions": ["ts", "js"], "transform": { "^.+\\.(ts)$": "ts-jest" }, "testMatch": [ "**/src/**/*.test.ts", "**/src/**/*.spec.ts" ], "testEnvironment": "node" }