diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-12-12 16:52:27 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-12-13 00:58:39 +0100 |
| commit | 2dd1bfa26f6cc4dd221891b81e93e91c7636516a (patch) | |
| tree | d0ab9cd5126e45226c74191f168b85a2516b57ab /package.json | |
| parent | e1f4ffd8b6b4fa8b396a421d470ad51fb3c58236 (diff) | |
| download | challe-anka-2dd1bfa26f6cc4dd221891b81e93e91c7636516a.tar.gz | |
create, join, and archive ctf instances
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index d66233e..308e456 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "module": "index.ts", "type": "module", "private": true, + "scripts": { + "typecheck": "tsc -p tsconfig.json --noEmit" + }, "devDependencies": { "@types/bun": "latest" }, |
