Skip to content

Instantly share code, notes, and snippets.

@zeromancer
Created November 19, 2017 21:26
Show Gist options
  • Save zeromancer/65e960e7ad2fe03be1dc7ce428a12510 to your computer and use it in GitHub Desktop.
Save zeromancer/65e960e7ad2fe03be1dc7ce428a12510 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ES2017",
"outDir": "build",
"declaration": true,
"rootDir": "src",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitReturns": true,
"noImplicitThis": true
},
"include": [
"src/*",
"src/**/*"
],
"exclude": [
"build",
"dist",
"node_modules",
".vscode"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment