mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: enable TypeScript size limit bypass in server tsconfig
This commit is contained in:
parent
c0a7347ef5
commit
b1e7ffea21
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"disableSizeLimit": true,
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"outDir": "dist/",
|
"outDir": "dist/",
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
|
Loading…
Reference in New Issue
Block a user