18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"compilerOptions":
|
|
{
|
|
"checkJs": true,
|
|
"lib": ["deno.window", "DOM"],
|
|
"types": ["./dist/core.d.ts"]
|
|
},
|
|
"tasks":
|
|
{
|
|
"work": "deno run -Ar ./scripts/dev_server.ts",
|
|
"scan": "deno run -Ar ./scripts/refresh_types.ts",
|
|
"html": "deno run -Ar ./scripts/scaffold.ts --html"
|
|
},
|
|
"imports":
|
|
{
|
|
"entry":"./app.js"
|
|
}
|
|
} |