Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjblomqvist/c4fb0217ad3df9a5a1ea595f99001718 to your computer and use it in GitHub Desktop.
Save cjblomqvist/c4fb0217ad3df9a5a1ea595f99001718 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"mapRoot": "",
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": false,
"outDir": "../dist/",
"rootDir": ".",
"sourceMap": true,
"target": "es5",
"inlineSources": true
},
"files": [
"main.ts",
"typings.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment