pantry/.github/deno.jsonc

15 lines
217 B
Plaintext
Raw Normal View History

{
"compilerOptions": {
"allowJs": false,
"strict": true
},
"tea": {
"dependencies": {
"deno.land": "^1.30"
}
},
2023-06-19 17:05:52 +03:00
"imports": {
"tea": "https://deno.land/x/libtea@v0.6.2/mod.ts"
}
}