Skip to content

Instantly share code, notes, and snippets.

@kermankohli
Created October 28, 2018 06:38
Show Gist options
  • Save kermankohli/a45f3f2ee8e0df8b95a4d70170896788 to your computer and use it in GitHub Desktop.
Save kermankohli/a45f3f2ee8e0df8b95a4d70170896788 to your computer and use it in GitHub Desktop.
Types TSConfig
{
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"noImplicitAny": false,
"lib": ["dom", "es2015", "es2016", "es2017"],
"module": "commonjs",
"baseUrl": "src/",
"rootDir": "src/",
"target": "es5",
"types": [],
"declaration": true,
"declarationDir": "./dist/"
},
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment