Skip to content

Commit a020a4c

Browse files
Claudehotlong
andauthored
Fix @objectstack/server tsconfig.json - remove non-existent src directory
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/aa8caead-3c47-4d6d-bc7b-24df517824b9 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 46b6dc5 commit a020a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/server/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"rootDir": "./src",
5+
"rootDir": ".",
66
"module": "NodeNext"
77
},
8-
"include": ["src/**/*"],
9-
"exclude": ["node_modules", "dist"]
8+
"include": ["**/*.ts"],
9+
"exclude": ["node_modules", "dist", "test"]
1010
}

0 commit comments

Comments
 (0)