pantry/.github/deno.jsonc
2023-06-21 18:22:22 -04:00

15 lines
217 B
Plaintext

{
"compilerOptions": {
"allowJs": false,
"strict": true
},
"tea": {
"dependencies": {
"deno.land": "^1.30"
}
},
"imports": {
"tea": "https://deno.land/x/libtea@v0.6.2/mod.ts"
}
}