UNPKG

@ortoo/angular-resource

Version:

Magical CRUD resource management for angular

18 lines (17 loc) 298 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "lib", "sourceRoot": "/@ortoo/angular-resource" }, "include": [ "src/**/*.ts" ], "exclude": [ "**/worker.ts" ], "angularCompilerOptions": { "skipTemplateCodegen": true, "genDir": "lib" } }