UNPKG

0x1

Version:

0x1: Lightning-fast web framework for JavaScript/TypeScript with zero overhead and maximum performance, powered by Bun

40 lines 825 B
{ "compilerOptions": { "target": "ES2020", "lib": ["dom", "dom.iterable", "ES6"], "allowJs": true, "skipLibCheck": true, "strict": false, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx", "jsxImportSource": "0x1", "incremental": true, "plugins": [ { "name": "next" } ], "baseUrl": ".", "paths": { "0x1": ["../dist/index"], "0x1/*": ["../dist/*"], "components/*": ["./components/*"], "app/*": ["./app/*"] } }, "include": [ "jsx.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" ], "exclude": [ "node_modules" ] }