mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: remove dangling comma from sample tsconfig.json
(#2129)
This commit is contained in:
parent
939f2eea25
commit
84b6201dea
@ -129,7 +129,7 @@ If you are using TypeScript, you can edit your `tsconfig.json` to benefit from a
|
|||||||
...
|
...
|
||||||
},
|
},
|
||||||
+ "vueCompilerOptions": {
|
+ "vueCompilerOptions": {
|
||||||
+ "experimentalCompatMode": 2,
|
+ "experimentalCompatMode": 2
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user