Last active
April 22, 2019 07:03
-
-
Save mifas/3a24bfbf4b837d20ebfa71469318c6f4 to your computer and use it in GitHub Desktop.
jsconfig.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": "es6", | |
"module": "es6", | |
"allowSyntheticDefaultImports": true, | |
"baseUrl": ".", | |
"paths": { | |
"*": ["./src/*"] | |
} | |
}, | |
"exclude": ["node_modules"], | |
"include": ["src/**/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment