Add noEmit false to satisfy cargo

Seto Elkahfi committed Jun 17, 2024 at 23:43 UTC 81cf25ea60db836e5bfa944427bdf72a678b4a22
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",