19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"dom.asynciterable",
|
|
"deno.ns",
|
|
"deno.unstable"
|
|
],
|
|
"types": [
|
|
"./lib.d.ts"
|
|
]
|
|
},
|
|
"imports": {
|
|
"entry": "./app.js"
|
|
}
|
|
}
|