Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created June 10, 2020 09:05
Show Gist options
  • Save Joe1220/457f45a0059477d93abc6370533ced63 to your computer and use it in GitHub Desktop.
Save Joe1220/457f45a0059477d93abc6370533ced63 to your computer and use it in GitHub Desktop.
extend paths.json
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"module": "Commonjs",
"target": "es5",
"sourceMap": true,
"allowJs": true
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment