mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00:00
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"extends": "./tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
}
|
|
}
|