Skip to content

Commit 726a5ab

Browse files
committed
fix: build errors
1 parent 01b89b4 commit 726a5ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import CodeEditor from "react-simple-code-editor";
2929
// @ts-expect-error TODO: create types for this
3030
import { highlight, languages } from "prismjs/components/prism-core";
3131
import "prismjs/components/prism-hcl";
32-
// @ts-expect-error TODO: create types for this
3332
import "prismjs/themes/prism.css";
3433
import { cn } from "@/utils/cn";
3534

tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"noUnusedParameters": true,
3030
"erasableSyntaxOnly": true,
3131
"noFallthroughCasesInSwitch": true,
32-
"noUncheckedSideEffectImports": true
32+
"noUncheckedSideEffectImports": false
3333
},
3434
"include": [
3535
"src"

0 commit comments

Comments
 (0)