Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jan 21, 2024
1 parent 4d61e76 commit 4fad712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"noEmit": true,
"paths": {
"@": ["./src"],
"*": ["*", "node_modules/*"]
}
"*": ["*", "node_modules/*"],
},
},
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"]
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"],
}

0 comments on commit 4fad712

Please sign in to comment.