mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: enable TypeScript declaration generation in server tsconfig
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"target": "ESNext",
|
||||
"isolatedModules": false,
|
||||
"noEmit": false,
|
||||
"declaration": false,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"moduleResolution": "Node",
|
||||
"rootDir": "./src",
|
||||
"baseUrl": ".",
|
||||
|
||||
Reference in New Issue
Block a user