Skip to content

Instantly share code, notes, and snippets.

@chnirt
Last active June 17, 2019 11:05
Show Gist options
  • Save chnirt/32025b84d7def416294301c2d4e72e2d to your computer and use it in GitHub Desktop.
Save chnirt/32025b84d7def416294301c2d4e72e2d to your computer and use it in GitHub Desktop.
NestJs
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"esModuleInterop": true,
"moduleResolution": "node"
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment