mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: adjust TypeScript configuration in server tsconfig
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@dokploy/server/*": ["./src/*"]
|
"@dokploy/server/*": ["./src/*"]
|
||||||
}
|
},
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"noImplicitAny": false
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "./src/**/*"],
|
"include": ["next-env.d.ts", "./src/**/*"],
|
||||||
"exclude": ["**/dist", "tsup.ts"],
|
"exclude": ["**/dist", "tsup.ts"],
|
||||||
|
|||||||
Reference in New Issue
Block a user