Skip to content

Instantly share code, notes, and snippets.

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