generator-react-webpack/jsconfig.json
2015-11-17 12:14:15 +05:30

7 lines
159 B
JSON

//Support for Visual Studio Code https://code.visualstudio.com/docs/languages/javascript
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}