All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen.tsconfig.json Maven / Gradle / Ivy

The newest version!
{
  "compilerOptions": {
    "target": "es2015",
    "module": "commonjs",
    "moduleResolution": "node",
    "sourceMap": true,
    "outDir": "lib",
    "lib": ["es2017", "esnext.asynciterable"],
    "removeComments": true,
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "strictNullChecks": true,
    "allowJs": true,
    "allowUnreachableCode": true
  },
  "include" : [
    "src/**/*"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy