This commit is contained in:
Dylan Pizzo
2024-11-23 14:18:52 -08:00
parent 9593e21f3c
commit 25687860cc
8 changed files with 104 additions and 0 deletions

12
deno.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"lib": ["deno.ns", "DOM"],
"strict": true
},
"include": ["src"],
"tasks": {},
"imports": {},
"fmt": {
"useTabs": true
}
}