Created
June 10, 2020 09:10
-
-
Save Joe1220/82b8f3e628aa6931ee902943bc1f4b94 to your computer and use it in GitHub Desktop.
edit outdir tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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