UNPKG

validata

Version:

Type safe data validation and sanitization

30 lines (29 loc) 562 B
{ "compilerOptions": { "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "inlineSources": true, "lib": [ "DOM", "ES2019", "esnext.asynciterable" ], "module": "commonjs", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "removeComments": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "ES2017", "types": [ "jest" ] }, "include": [ "src/**/*" ] }