UNPKG

ts-repository

Version:

Repository template interfaces and stub in-memory implementation

13 lines 209 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "outDir": "../js", "noImplicitAny": true, "declaration": true }, "exclude": [ "typings/browser", "typings/browser.d.ts" ] }