17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
// "deno.window"
|
|
"DOM",
|
|
"ES2021",
|
|
"ESNext"
|
|
]
|
|
},
|
|
"tasks": {
|
|
"dev": "deno bundle --watch main.ts bundle.js"
|
|
},
|
|
"imports": {
|
|
"drawing": "./drawing/index.ts",
|
|
"doodler": "https://git.cyborggrizzly.com/emma/doodler/raw/tag/0.0.7a/mod.ts"
|
|
}
|
|
} |