Created
February 20, 2017 08:51
-
-
Save bloatfan/3a7600c443326206639f2ff036af7a63 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
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=759670 | |
// for the documentation about the jsconfig.json format | |
"compilerOptions": { | |
"target": "es6", | |
"module": "commonjs", | |
"allowSyntheticDefaultImports": true | |
}, | |
"exclude": [ | |
"node_modules", | |
"bower_components", | |
"jspm_packages", | |
"tmp", | |
"temp" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment