Skip to content

Commit

Permalink
Put types in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 3, 2024
1 parent 3159a5b commit e7edfbc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/dito/remix.env.d.ts

This file was deleted.

3 changes: 2 additions & 1 deletion packages/dito/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "app"
"baseUrl": "app",
"types": ["@remix-run/dev", "@remix-run/node", "vite/client"]
}
}
1 change: 0 additions & 1 deletion packages/shared/public/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/tool-finder/src/vite-env.d.ts

This file was deleted.

3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"forceConsistentCasingInFileNames": true,
"useUnknownInCatchVariables": false,
"noEmit": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["vite/client"]
}
}

0 comments on commit e7edfbc

Please sign in to comment.