Commit 98b6175e authored by Jacob Schatz's avatar Jacob Schatz

Remove comments in JSON.

parent 430c42e1
{ {
"compilerOptions": { "compilerOptions": {
// this aligns with Vue's browser support
"target": "es5", "target": "es5",
// this enables stricter inference for data properties on `this`
"strict": true, "strict": true,
// if using webpack 2+ or rollup, to leverage tree shaking:
"module": "es2015", "module": "es2015",
"moduleResolution": "node" "moduleResolution": "node"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment