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",
|
||||
"paths": {
|
||||
"@dokploy/server/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": ["next-env.d.ts", "./src/**/*"],
|
||||
"exclude": ["**/dist", "tsup.ts"],
|
||||
|
||||
Reference in New Issue
Block a user