Skip to content

Commit 6fdcb63

Browse files
committed
fix: getSymbolsUsingSymbol returned null
1 parent 956cfeb commit 6fdcb63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"noUncheckedIndexedAccess": false,
3535
"paths": {
3636
"@/*": ["./src/*"]
37-
}
37+
},
38+
"types": []
3839
},
3940
"include": ["*.ts", "**/*.ts"],
4041
"exclude": ["./node_modules"]

0 commit comments

Comments
 (0)