Skip to content

Instantly share code, notes, and snippets.

View rosariop's full-sized avatar

Rosario-Francesco Polito rosariop

View GitHub Profile
@rosariop
rosariop / vite.config.ts
Last active March 7, 2022 14:29
Building lit-ts with vite
/*
this is a working minimum-viable vite.config.ts
you can have to build a out of the box lit-ts
vite project
*/
// @ts-ignore
import { resolve } from 'path'
// @ts-ignore
import { defineConfig } from 'vite'