docs: remove dangling comma from sample tsconfig.json (#2129)

This commit is contained in:
wiese 2021-11-24 16:26:44 +01:00 committed by GitHub
parent 939f2eea25
commit 84b6201dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
+ } + }
} }
``` ```