UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

25 lines (24 loc) 464 B
{ "compilerOptions": { "target": "ES5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": ["es2015", "dom"], "strict": true, "skipLibCheck": true, "types": ["node"], "typeRoots": ["node_modules/@types"] }, "include": [ "src", "test", "demo", "custom-typings.d.ts" ], "exclude": [ "node_modules" ] }