UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

14 lines 233 B
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "declaration": true, "sourceMap": true, "outDir": "./lib", "rootDir": "./src", "types" : ["node"] }, "include": [ "src/**/*" ] }