Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update tsconfig
Alexis Sellier committed 5 years ago
commit 52919bcf1f030fde4ec730398b74e057c247a4c4
parent 6dc56c6afff4bf74d45e6df87629a5536fd7af41
1 file changed +5 -1
modified tsconfig.json
@@ -17,7 +17,11 @@
      "@app/*": ["./src/*"]
    }
  },
+
  "noEmit": true,
+
  "resolveJsonModule": true,
+
  "useDefineForClassFields": true,
  "strict": true,
  "skipLibCheck": true,
-
  "allowSyntheticDefaultImports": true
+
  "allowSyntheticDefaultImports": true,
+
  "importsNotUsedAsValues": "error"
}