Skip to content

Commit 5eb9189

Browse files
committed
chore: remove declaration flag from backend
1 parent 60de43c commit 5eb9189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"compilerOptions": {
44
"lib": ["ESNext"],
55
"outDir": "./dist",
6-
"rootDir": "./src",
7-
"declaration": true
6+
"rootDir": "./src"
7+
// "declaration": true
88
},
99
"include": ["src/**/*"],
1010
"ts-node": {

0 commit comments

Comments
 (0)