UNPKG

classifier.js

Version:

:robot: Natural language processing with Javascript

9 lines (8 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { preset: 'ts-jest', testEnvironment: 'node', modulePathIgnorePatterns: ['<rootDir>/dist/'], }; exports.default = config;