{ "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", "tea.xyz/brewkit": "^0.2" }, "env": { // if your primary tea.prefix is somewhere else then you’ll // need to `tea --sync` in this dev-env "TEA_PANTRY_PATH": "{{srcroot}}:{{home}}/.tea/tea.xyz/var/pantry", "TEA_PREFIX": "{{srcroot}}/tea.out" } }, "importMap": "https://raw.githubusercontent.com/teaxyz/cli/v0.23/import-map.json" }