Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created March 11, 2019 16:22
Show Gist options
  • Save tkssharma/9230d4a5098220470e3f5be5aa0993e2 to your computer and use it in GitHub Desktop.
Save tkssharma/9230d4a5098220470e3f5be5aa0993e2 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"pretty": true,
"sourceMap": true,
"target": "es6",
"outDir": "./dist",
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"skipDefaultLibCheck": false,
"baseUrl": "./lib"
},
"files" : [
"./app/types/vendor.d.ts"
],
"include": [
"/**/*.ts"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment