Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Sep 13, 2024
1 parent 8c8ec3d commit 8583943
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 78 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
.vscode
tsconfig.temp.json
tsconfig.temp.json
dist
*.tsbuildinfo
*.prompt.*
.vscode/*.code-snippets
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"github.copilot.enable": {
"*": false,
},
"explorer.sortOrder": "mixed",
}
70 changes: 0 additions & 70 deletions plan.json

This file was deleted.

6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"excludePackagePatterns": [
"typescript",
"vitest",
"jsdom",
"prettier",
"vite-tsconfig-paths",
"react",
"@types/react",
"@total-typescript/exercise-cli"
"@total-typescript/exercise-cli",
"zod"
],
"enabled": false
}
Expand Down
3 changes: 0 additions & 3 deletions scripts/setup.ts

This file was deleted.

2 changes: 0 additions & 2 deletions vite.config.ts → vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { defineConfig } from "vitest/config";
import tsconfigPaths from "vite-tsconfig-paths";
import path from "path";

export default defineConfig({
test: {
include: ["src/**/*{problem,solution,explainer}*.{ts,tsx}"],
setupFiles: [path.resolve(__dirname, "scripts/setup.ts")],
passWithNoTests: true,
environment: "jsdom",
},
Expand Down

0 comments on commit 8583943

Please sign in to comment.