mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Fix checks
This commit is contained in:
parent
54dd5a63da
commit
0e7371d125
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"exclude": ["discord-bot/*"],
|
||||
"compilerOptions": {
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2019"],
|
||||
"module": "ES2020",
|
||||
"module": "commonjs",
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react-jsx",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user