pantry/.github/deno.jsonc
2023-12-13 05:42:25 -05:00

17 lines
345 B
Plaintext

{
"compilerOptions": {
"allowJs": false,
"strict": true
},
"pkgx": {
"dependencies": {
"deno.land": "^1.30"
}
},
"imports": {
"pkgx": "https://deno.land/x/libpkgx@v0.15.1/mod.ts",
"pkgx/": "https://deno.land/x/libpkgx@v0.15.1/src/",
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts"
}
}