Skip to content

Instantly share code, notes, and snippets.

@Ebycow
Created November 24, 2017 15:10
Show Gist options
  • Save Ebycow/53d9b57009d354dc9a07517cfc46915c to your computer and use it in GitHub Desktop.
Save Ebycow/53d9b57009d354dc9a07517cfc46915c to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
"outDir": "./dist/",
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": true,
"typeRoots": [
"node_modules/@types"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment