Finished testing implementation

This commit is contained in:
Christopher Sanden
2026-03-18 16:38:55 +01:00
parent c73363efb9
commit 7aad9dc34d
15 changed files with 3177 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"strict": true,
"lib": ["deno.ns", "dom", "esnext"]
}
}