Port cli.js to TypeScript

This commit is contained in:
Hornwitser 2025-01-22 05:29:54 +01:00
parent 8fb809fa95
commit fed46dbb4a
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
"files": ["cli.ts"],
"include": ["content"],
"compilerOptions": {
"outDir": "build/node",