Skip to content

Commit

Permalink
build: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 6, 2024
1 parent 79f2c2a commit 9b99e51
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 @@ -2,12 +2,12 @@
"extends": "./tsconfig-base.json",
"compilerOptions": {
"paths": {
"@/test": ["./test"],
"@/test/*": ["./test/*"]
},
"noEmit": true,
"types": ["node", "jest", "@testing-library/jest-dom"],
"lib": ["dom", "dom.iterable", "esnext"]
"types": ["node", "jest", "@testing-library/jest-dom", "@types/jest"]
},
"include": ["src", "test", "**/*.test.*"],
"exclude": ["website", "docs", "next", "typedoc"]
"exclude": ["website"]
}

0 comments on commit 9b99e51

Please sign in to comment.