UNPKG

openapi-to-graphql-nullable

Version:

Fork of openapi-to-graphql that fixes nullable handling. Published to NPM since there's no other easy way to consume a Lerna package. Unmaintained.

16 lines (15 loc) 357 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "lib", "sourceMap": true, "skipLibCheck": true, "lib": ["es2017", "esnext.asynciterable"], "declaration": true, "types": ["jest"] }, "files": ["./node_modules/@types/node/index.d.ts"], "include": ["src/**/*.ts"], "exclude": ["node_modules"] }