diff --git a/class_registration_app/tsconfig.app.json b/class_registration_app/tsconfig.app.json index 7e5a000..5f1f94a 100644 --- a/class_registration_app/tsconfig.app.json +++ b/class_registration_app/tsconfig.app.json @@ -6,7 +6,6 @@ "compilerOptions": { "outDir": "./built", "allowJs": true, - "composite": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] diff --git a/class_registration_app/vite.config.ts b/class_registration_app/vite.config.ts index 36c6187..c242959 100644 --- a/class_registration_app/vite.config.ts +++ b/class_registration_app/vite.config.ts @@ -6,10 +6,15 @@ import vueJsx from '@vitejs/plugin-vue-jsx' // https://vitejs.dev/config/ export default defineConfig({ + plugins: [ vue(), vueJsx(), + ], + define: { + global: {}, + }, resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url))