Skip to content

Commit

Permalink
chore: removed deprecated test file from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWarrenUK committed Dec 4, 2024
1 parent 7b7fcf5 commit 5700d34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
".next/types/**/*.ts",
"src/app/sw.ts",
"src/lib/db/rxdbInit.ts",
"src/lib/db/rxdbSeed.ts"
, "jest.setup.ts", "__tests__/addTool" ],
"src/lib/db/rxdbSeed.ts",
"jest.setup.ts"
],
"exclude": ["node_modules", "public/sw.js"]
}

0 comments on commit 5700d34

Please sign in to comment.