mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Merge pull request #167 from praseetht/master
Added support for Visual Studio Code from @praseetht
This commit is contained in:
commit
003f8ce8e6
7
jsconfig.json
Normal file
7
jsconfig.json
Normal file
@ -0,0 +1,7 @@
|
||||
//Support for Visual Studio Code https://code.visualstudio.com/docs/languages/javascript
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user