mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"traceResolution": true,
|
|
"diagnostics": true
|
|
}
|
|
}
|