Files
modelstudioai__cli/packages/runtime/vite.config.ts
T

18 lines
240 B
TypeScript
Raw Normal View History

import { defineConfig } from "vite-plus";
export default defineConfig({
pack: {
minify: true,
dts: {
tsgo: true,
},
},
lint: {
options: {
typeAware: true,
typeCheck: true,
},
},
fmt: {},
});