Skip to content

Commit b87b6b1

Browse files
committed
chore: fix isolatedDeclarations setting
1 parent 081e76c commit b87b6b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"skipDefaultLibCheck": true,
1919
"skipLibCheck": true,
2020
"isolatedModules": true,
21-
"isolatedDeclaration": true
21+
"declaration": true,
22+
"isolatedDeclarations": true
2223
}
2324
}

0 commit comments

Comments
 (0)