Remove comments in JSON.

This commit is contained in:
Jacob Schatz 2017-11-07 17:31:04 -05:00
parent 430c42e1c0
commit 98b6175ef4
1 changed files with 0 additions and 3 deletions

View File

@ -1,10 +1,7 @@
{
"compilerOptions": {
// this aligns with Vue's browser support
"target": "es5",
// this enables stricter inference for data properties on `this`
"strict": true,
// if using webpack 2+ or rollup, to leverage tree shaking:
"module": "es2015",
"moduleResolution": "node"
}