{ "compilerOptions": { "allowJs": false, "strict": true }, "tasks": { "typecheck": "deno check --unstable scripts/*.ts" // ^^ doesn't work yet due to lack of glob support }, "fmt": { "files": { "exclude": [ "./" ] } }, "tea": { "dependencies": { "deno.land": "^1.30" } }, "importMap": "https://raw.githubusercontent.com/teaxyz/cli/v0.23/import-map.json" }