UNPKG

grapnel.js

Version:

The first (and smallest!) JavaScript Router with PushState, Middleware, and Named Parameter support

15 lines 311 B
{ "compilerOptions": { "target": "es2016", "module": "commonjs", "watch": true, "noImplicitAny": true, "removeComments": false, "preserveConstEnums": true, "sourceMap": true, "outDir": "build" }, "include": [ "src/*.ts" ] }