mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|