UNPKG

nestjs-graphql-tools

Version:

Nestjs Graphql automation library for building performant API

19 lines (18 loc) 451 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", "sourceMap": true, "outDir": "./dist-lib", "baseUrl": "lib", "rootDir": "./lib", "incremental": true, "esModuleInterop":false }, "exclude": ["node_modules", "dist", "src", "test"] }