basic drawing and initialization
This commit is contained in:
14
deno.jsonc
Normal file
14
deno.jsonc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"DOM",
|
||||
"es2015"
|
||||
],
|
||||
"types": [
|
||||
"./global.d.ts"
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
"dev" : "deno bundle --watch main.ts bundle.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user