tsconfig.json strictest

This commit is contained in:
2026-03-05 15:15:47 -06:00
parent 4664aa983d
commit 3071ae41e6
7 changed files with 27 additions and 18 deletions

View File

@@ -1,8 +1,7 @@
import {motion} from "framer-motion";
import "./canvas.scss";
import {Canvas as ThreeCanvas, useFrame} from "@react-three/fiber";
import React, {useMemo, useRef, useState} from "react";
import {Mesh, Vector3} from "three";
import {Vector3} from "three";
import {Moon} from "./Moon";
import {Stars} from "./Stars";

View File

@@ -1,4 +1,4 @@
import {useMemo, useRef, useState} from "react";
import {useRef, useState} from "react";
import {Mesh} from "three";
import {useFrame} from "@react-three/fiber";