Skip to content

Commit

Permalink
fix: some react types were broken
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Mar 14, 2024
1 parent f5cfc82 commit eba5ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"@*": ["../src/*"]
}
},
"include": ["."]
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"useDefineForClassFields": false,
"verbatimModuleSyntax": true,

"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
}
Expand Down

0 comments on commit eba5ad7

Please sign in to comment.