fix: TypeScript build errors in Docker

- useRef(null) initial values for Strict TS 6.0
- Removed deprecated transparent option in pixi v7
- Cast Live2DModel to any for addChild type compat
- Cast coreModel for getTexture access
- Fixed types/index.ts import path to scenes
- Added vite-env.d.ts with CSS module declarations
- Added null-coalesce for clearInterval calls
This commit is contained in:
2026-06-04 11:46:58 -04:00
parent b7edf6a82d
commit d519258942
5 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { SCENES, type Scene } from './scenes';
import { SCENES, type Scene } from '../components/scenes';
export interface KiraState {
currentScene: Scene;