UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

22 lines (21 loc) 449 B
{ "extends": "../tsconfig.json", "compilerOptions": { "module": "es2015", "outDir": "./dist", "baseUrl": "", "emitDecoratorMetadata": true, "types": ["node"], "typeRoots": ["node_modules/@types"] }, "exclude": [ "test" ], "angularCompilerOptions": { "strictMetadataEmit": true, "skipMetadataEmit" : true, "genDir": "../dist", "entryModule": "./demo.module#DemoModule", "trace": true } }