Skip to content

Commit ccdb51d

Browse files
author
hirsch88
committed
Add outDir to tsconfig
1 parent e54cb6e commit ccdb51d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"pretty": true,
66
"sourceMap": true,
7+
"outDir": "dist",
78
"importHelpers": true,
89
"strict": true,
910
"noImplicitAny": false,
@@ -33,8 +34,5 @@
3334
},
3435
"include": [
3536
"src/**/*"
36-
],
37-
"exclude": [
38-
"node_modules/*"
3937
]
4038
}

0 commit comments

Comments
 (0)