UNPKG

bc-formio-template-extend

Version:

Extension of Formio JS's template for formio components following web accessibility

25 lines (24 loc) 490 B
{ "compilerOptions": { "target": "ES5", "module": "ESNext", //"declaration": true, //"emitDeclarationOnly": true, //"outDir": "dist/types", "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true, "noImplicitAny": false, "lib": ["dom", "es2017"] }, "include": ["src"], "exclude": [ "node_modules", "dist", "test", "tests", "coverage", "**/*.spec.ts" ] }