Ignore import type error

This commit is contained in:
Nathan Bierema 2023-08-30 19:40:33 -04:00
parent 5262c8090e
commit 6874a6c15a

View File

@ -1,3 +1,4 @@
// @ts-ignore
import script from '../dist/page.bundle.js';
let s = document.createElement('script');