mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove additional TypeScript configuration options in server tsconfig
This commit is contained in:
@@ -7,16 +7,13 @@
|
|||||||
"isolatedModules": false,
|
"isolatedModules": false,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@dokploy/server/*": ["./src/*"]
|
"@dokploy/server/*": ["./src/*"]
|
||||||
},
|
}
|
||||||
"skipLibCheck": true,
|
|
||||||
"noImplicitAny": false
|
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "./src/**/*"],
|
"include": ["next-env.d.ts", "./src/**/*"],
|
||||||
"exclude": ["**/dist", "tsup.ts"],
|
"exclude": ["**/dist", "tsup.ts"],
|
||||||
|
|||||||
Reference in New Issue
Block a user