docs: remove need to add vueCompilerOptions at top-level tsconfig.json (#2209)

This commit is contained in:
Daniel Roe 2021-11-29 11:13:48 +00:00 committed by GitHub
parent 2904bfaf34
commit 730cd28d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,10 +127,7 @@ If you are using TypeScript, you can edit your `tsconfig.json` to benefit from a
+ "extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
...
},
+ "vueCompilerOptions": {
+ "experimentalCompatMode": 2
+ }
}
}
```