Skip to main content
Module

x/endofunctor/tsconfig.json

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
File
{ "compilerOptions": { "module": "ESNext", "esModuleInterop": true, "target": "ESNext", "skipLibCheck": true, "allowJs": true, "allowImportingTsExtensions": true, "resolveJsonModule": true // Removed "type": "module" as it's not a standard compiler option // Removed "types": ["bun-types"] to align with Deno }, "exclude": [ "node_modules" // Exclude node_modules if present ]}