chore: config deno project
This commit is contained in:
9
deno.jsonc
Normal file
9
deno.jsonc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"tasks": {
|
||||
"main": "deno run --allow-read --allow-write src/main.ts",
|
||||
"test": "deno run --allow-read --allow-write src/main_test.ts"
|
||||
},
|
||||
"imports": {
|
||||
"chalk": "npm:chalk@5.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user