1 2 3 4 5 6 7 8 9 10 11
{ "lint": { "rules": { "exclude": ["no-external-import", "no-import-prefix"] } }, "compilerOptions": { "lib": ["deno.window"], "strict": true } }