Skip to content

Instantly share code, notes, and snippets.

@klogic
Created December 16, 2018 13:00
Show Gist options
  • Save klogic/486965decd0ab872b9e0ef7b7dbaa065 to your computer and use it in GitHub Desktop.
Save klogic/486965decd0ab872b9e0ef7b7dbaa065 to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"baseUrl": ".",
"outDir": "dist",
"jsx": "react",
"moduleResolution": "node",
"allowJs": true,
"paths": {
"*": [
"node_modules/",
]
}
},
"include": [
"*.tsx",
"./controllers/*",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment