Skip to main content
Module

x/kaksik/tsconfig.json

Middleware library for creating apps for Gemini protocol on top of Deno runtime using TypeScript
Latest
File
{ "compilerOptions": { "allowJs": false, "allowNonTsExtensions": true, "checkJs": false, "esModuleInterop": true, "jsx": "react", "module": "esnext", "resolveJsonModule": true, "strict": true, "removeComments": true, "target": "esnext", "plugins": [{ "name": "typescript-deno-plugin" }] }}