Created
September 26, 2017 07:21
-
-
Save gashupl/41d179628387d1f9be95f5947b79d8f4 to your computer and use it in GitHub Desktop.
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
| { | |
| "compilerOptions": { | |
| "target": "es5", | |
| "outDir": "../foo_/scripts", | |
| "sourceMap": true, | |
| "removeComments": true, | |
| "sourceRoot": "/" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment