mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix setup
This commit is contained in:
committed by
Łukasz Mierzwa
parent
60c04025dd
commit
eae1bc27ed
@@ -1,6 +1,6 @@
|
||||
import React, { use, FC, useEffect } from "react";
|
||||
|
||||
import type { StylesConfig } from "react-select/dist/declarations/src/styles";
|
||||
import type { StylesConfig } from "react-select";
|
||||
|
||||
export interface ThemeCtx {
|
||||
isDark: boolean;
|
||||
|
||||
@@ -2,14 +2,12 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"types": ["vite/client", "jest", "node"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
Reference in New Issue
Block a user