Created
July 1, 2019 01:51
-
-
Save franzwong/589244c51724c7215f3b61f75535a09f to your computer and use it in GitHub Desktop.
Typescript config example
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": { | |
"outDir": "./built", | |
"allowJs": true, | |
"target": "ES2018", | |
"moduleResolution": "node", | |
"module": "commonjs" | |
}, | |
"include": [ | |
"./src/**/*" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment