feat: Add Deno example with basic addition function and test
This commit is contained in:
8
deno/deno.json
Normal file
8
deno/deno.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user