chore: adjust TypeScript configuration in server tsconfig

This commit is contained in:
Mauricio Siu
2025-02-23 00:20:27 -06:00
parent 7429a1f65f
commit 579faf2f58

View File

@@ -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"],