UNPKG

rvo2

Version:

RVO2 is a node.js wrapper around the pedestrian simulator RVO2 library, an implementation of the ORCA algorithm.

21 lines 523 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "moduleResolution": "node", "target": "es5", "noImplicitAny": false, "sourceMap": true, "noUnusedLocals": true, "noUnusedParameters": false, "noImplicitReturns": true, "pretty": true, "removeComments": true, "outDir": "./" }, "include": [ "typings/**/*.d.ts", "*.ts" ], "exclude": [ "node_modules" ] }