diff --git a/global.d.ts b/global.d.ts new file mode 100644 index 0000000..584cfa9 --- /dev/null +++ b/global.d.ts @@ -0,0 +1,2 @@ +// without this TypeScript complains when importing CSS files +declare module '*.css'; \ No newline at end of file