{ "compilerOptions": { "checkJs": true, "lib": [ "deno.window", "DOM" ], "types": ["./types.d.ts"] }, "imports": { "entry":"./app.js" } }