UNPKG

livr

Version:

Lightweight validator supporting Language Independent Validation Rules Specification

18 lines (17 loc) 305 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "strict": true, "noEmit": true, "skipLibCheck": true, "esModuleInterop": true, "baseUrl": "." }, "include": [ "types/**/*.d.ts", "lib/**/*.d.ts", "t/types-test.ts", "examples/**/*.ts" ] }