honojs-middleware/packages/react-renderer/tsconfig.json

16 lines
307 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"rootDir": "./",
"outDir": "./dist",
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": [
"src/**/*.ts",
"test/**/*.tsx",
],
}