Skip to content

Commit

Permalink
docs: disable isolatedDeclarations for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 3, 2024
1 parent 9c3a471 commit 868cca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "ESNext"]
"lib": ["DOM", "ESNext"],
"isolatedDeclarations": false
},
"include": ["**/*", ".**/*", "../src/globals.d.ts"]
}

0 comments on commit 868cca0

Please sign in to comment.