add deno extension and config

This commit is contained in:
IanKulin
2025-09-25 21:17:35 +08:00
parent 0cc04162ee
commit 6628ad1e81
2 changed files with 9 additions and 1 deletions

View File

@@ -8,5 +8,9 @@
"test": "deno test --allow-env --allow-sys",
"lint": "deno lint",
"check": "deno check lib/logger.ts"
},
"compilerOptions": {
"lib": ["deno.ns", "deno.window"],
"strict": true
}
}