Skip to content

Commit

Permalink
fix: add config to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 2, 2024
1 parent 3f89811 commit 2949aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ui/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {codecovVitePlugin} from "@codecov/vite-plugin";
import * as path from "node:path";
import react from "@vitejs/plugin-react-swc";
import {execSync} from "node:child_process";
import type {InlineConfig} from 'vitest';

export function getSha(): string | undefined {
const envs = process.env;
Expand Down
1 change: 1 addition & 0 deletions ui/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"vite.config.ts",
"vite.config-explorer.ts",
"vitest.config.ts",
"vitest.setup.ts",
"common.ts",
]
}

0 comments on commit 2949aeb

Please sign in to comment.