mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
7 lines
159 B
JSON
7 lines
159 B
JSON
//Support for Visual Studio Code https://code.visualstudio.com/docs/languages/javascript
|
|
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
}
|
|
} |