mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +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": {
|
||||
+ "experimentalCompatMode": 2,
|
||||
+ "experimentalCompatMode": 2
|
||||
+ }
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user