UNPKG

metaforge

Version:

Library that allow you to describe data structures by subset of JavaScript syntax and validate them at runtime

14 lines 229 B
{ "compilerOptions": { "target": "ESNext", "moduleResolution": "node", "strict": true, "baseUrl": ".", "preserveWatchOutput": true, "skipLibCheck": true }, "include": [ "*.d.ts", "*.ts" ] }