Avoid TS error with parcel "bundle-text:" scheme

This commit is contained in:
Thomas Brouard 2022-05-25 09:49:58 +02:00
parent 5728713eec
commit 15812d2e1f

View file

@ -1,4 +1,5 @@
import Sortable from "sortablejs";
// @ts-ignore
import styles from "bundle-text:./style.css";
if (!document) {