UNPKG

264 BJSONView Raw
1{
2 "extends": "@ajv-validator/config",
3 "include": ["src"],
4 "compilerOptions": {
5 "outDir": "dist",
6 "lib": ["ES2018"],
7 "types": ["node"],
8 "allowJs": true,
9 "target": "ES2018",
10 "resolveJsonModule": true,
11 "esModuleInterop": false
12 }
13}