diff --git a/package.json b/package.json index 2ef1553..b70a367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/tsconfig", - "version": "0.8.0", + "version": "0.8.1", "description": "A base TSConfig for working with Vue.js", "main": "tsconfig.json", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 8b21832..04b1cc0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,9 @@ // See // These 2 options are also part of the recommended tsconfig as of TS 5.9 "noUncheckedIndexedAccess": true, - "exactOptionalPropertyTypes": true, + // Commented out for now. It's hard to land in the current ecosystem. + // Needs more consensus before moving forward. + // "exactOptionalPropertyTypes": true, // // Any imports or exports without a type modifier are left around. This is important for `