UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

19 lines (18 loc) 423 B
{ "extends": "../../tsconfig.json", "include": ["src"], "compilerOptions": { "outDir": "build/", "declaration": true, "declarationMap": true, "target": "es2020", "module": "ES2020", "moduleResolution": "node", "lib": ["dom", "esnext"], // "types": ["node", "chrome"], "noImplicitAny": true, "skipLibCheck": true, "esModuleInterop": true, "strictNullChecks": true } }