mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"extends": "./tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
}
|
|
}
|