mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
TypeScript: make vite config files strict TS compliant (#6121)
This commit is contained in:
committed by
GitHub
parent
d0f02c7272
commit
f23bcaa9d5
@@ -1,4 +1,3 @@
|
||||
// @ts-strict-ignore
|
||||
import path from 'path';
|
||||
|
||||
import { visualizer } from 'rollup-plugin-visualizer';
|
||||
@@ -7,7 +6,6 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||
import peggyLoader from 'vite-plugin-peggy-loader';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig(({ mode }) => {
|
||||
const isDev = mode === 'development';
|
||||
const outDir = path.resolve(__dirname, 'lib-dist/browser');
|
||||
|
||||
Reference in New Issue
Block a user