Created
June 9, 2020 17:13
-
-
Save Joe1220/3a99c81ade109c1541c7f0c149339a1c to your computer and use it in GitHub Desktop.
ts-absolute version 1
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": { | |
"module": "Commonjs", | |
"target": "es5", | |
"sourceMap": true, | |
"allowJs": true, | |
"baseUrl": ".", | |
"paths": { | |
"src/*": ["src/*"] | |
} | |
}, | |
"exclude": ["node_modules"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment