We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b89b4 commit 726a5abCopy full SHA for 726a5ab
src/Editor.tsx
@@ -29,7 +29,6 @@ import CodeEditor from "react-simple-code-editor";
29
// @ts-expect-error TODO: create types for this
30
import { highlight, languages } from "prismjs/components/prism-core";
31
import "prismjs/components/prism-hcl";
32
-// @ts-expect-error TODO: create types for this
33
import "prismjs/themes/prism.css";
34
import { cn } from "@/utils/cn";
35
tsconfig.app.json
@@ -29,7 +29,7 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
- "noUncheckedSideEffectImports": true
+ "noUncheckedSideEffectImports": false
},
"include": [
"src"
0 commit comments