Skip to content

Commit

Permalink
remove type roots again, does not solve the wrongly reported issue in…
Browse files Browse the repository at this point in the history
… IntelliJ
  • Loading branch information
krusche committed Dec 29, 2024
1 parent 66cd503 commit e214f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"],
"typeRoots": ["node_modules/@types", "node_modules/jest-extended/types"],
"allowJs": true,
"outDir": "build/www/app",
"baseUrl": ".",
Expand Down

0 comments on commit e214f10

Please sign in to comment.