src/main.ts (5 lines of code) (raw):

import { Contract, ethers } from 'ethers'; import App from './App.svelte' export default new App({ target: document.getElementById('app')!, });