We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isolatedDeclarations
1 parent a4b178e commit 7b2bbf4Copy full SHA for 7b2bbf4
tsconfig.base.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "@tsconfig/strictest/tsconfig.json",
3
"compilerOptions": {
4
+ "isolatedDeclarations": true,
5
"resolveJsonModule": true,
6
"noUncheckedIndexedAccess": false,
7
"exactOptionalPropertyTypes": false,
0 commit comments