Add noEmit false to satisfy cargo

Seto Elkahfi committed Jun 17, 2024 at 23:43 UTC 44e0b0abb8102779cce3c8630a220e7efb5263f5
1 file changed +2 -1
tsconfig.json
+2 -1
@@ -28,7 +28,8 @@
28 {
29 "name": "next"
30 }
31 - ]
31 + ],
32 + "noEmit": false
33 },
34 "include": [
35 "**/*.ts",