Skip to content

Instantly share code, notes, and snippets.

@vivek081166
Created March 29, 2019 01:40
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 vivek081166/0ce889693d0630c45f5267d6c1463ff4 to your computer and use it in GitHub Desktop.
Save vivek081166/0ce889693d0630c45f5267d6c1463ff4 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"sourceMap": true,
"declaration": false,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment