mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Initialize app with Hono server and template index generation
This commit is contained in:
15
app/tsconfig.json
Normal file
15
app/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "hono/jsx",
|
||||
"outDir": "./dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user