Fix checks

This commit is contained in:
Kalle 2022-11-23 21:53:36 +02:00
parent 54dd5a63da
commit 0e7371d125
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { lazy, Suspense } from "react";
import { lazy } from "react";
import type { LinksFunction } from "@remix-run/node";
import styles from "~/styles/plans.css";
import type { SendouRouteHandle } from "~/utils/remix";

View File

@ -3,7 +3,7 @@
"exclude": ["discord-bot/*"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"module": "ES2020",
"module": "commonjs",
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",