Skip to content

Commit 9cf254b

Browse files
committed
I accidentally broke the production build
I really don't like typescript's behavior to nest directories as soon as there are two...
1 parent f35e5be commit 9cf254b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig-backend.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"extends": "@tsconfig/recommended/tsconfig.json",
3-
"include": ["backend"],
3+
"include": ["backend", "types"],
44
"compilerOptions": {
55
"target": "ES2016",
66
"module": "commonjs",
7-
"outDir": "dist/backend"
7+
"outDir": "dist"
88
}
99
}

0 commit comments

Comments
 (0)