Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"target": "ESNext", | |
"module": "NodeNext", | |
"strict": true, | |
"verbatimModuleSyntax": true, | |
"skipLibCheck": true, | |
"types": [ | |
"node" | |
], | |
"jsx": "react-jsx", | |
"jsxImportSource": "hono/jsx", | |
"outDir": "./dist", | |
"rootDir": "./src" | |
}, | |
"include": [ | |
"src/**/*" | |
], | |
"exclude": [ | |
"node_modules" | |
] | |
} |