Skip to content

Commit

Permalink
chore: remove global.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Dec 29, 2024
1 parent 93aa444 commit 721a46d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
9 changes: 0 additions & 9 deletions gui/frontend/global.d.ts

This file was deleted.

7 changes: 3 additions & 4 deletions gui/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
"forceConsistentCasingInFileNames": true
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"../out/types/**/*.ts",
".next/types/**/*.ts",
"../../vitest.config.ts",
"./out/types/**/*.ts",
"../../vitest.config.ts"
".next/types/**/*.ts",
"next-env.d.ts"
],
"exclude": ["node_modules"]
}

0 comments on commit 721a46d

Please sign in to comment.