| { | |
| "extends": "@pram/config/tsconfig.base.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "outDir": "dist", | |
| "paths": { | |
| "@/*": ["./src/*"] | |
| }, | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "hono/jsx" | |
| } | |
| } | |
| { | |
| "extends": "@pram/config/tsconfig.base.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "outDir": "dist", | |
| "paths": { | |
| "@/*": ["./src/*"] | |
| }, | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "hono/jsx" | |
| } | |
| } | |