Skip to content

Commit aa63304

Browse files
committed
make it actually build
1 parent 109eb58 commit aa63304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"src/**/*.ts",
3131
"src/**/*.tsx",
3232
".next/types/**/*.ts",
33-
"types.d.ts"
33+
"types.d.ts",
34+
"src/components/UwuScript.jsx"
3435
],
3536
"exclude": ["node_modules"]
3637
}

0 commit comments

Comments
 (0)