Skip to content

Commit 45049f4

Browse files
author
Stephen Gutekanst
committed
fix out dir
1 parent 21bda44 commit 45049f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/node_modules/
22
/.cache/
33
/dist/
4-
out/
4+

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"compilerOptions": {
44
"module": "commonjs",
55
"target": "es6",
6-
"outDir": "out",
6+
"outDir": "dist",
77
"lib": ["es6"],
88
"sourceMap": true,
99
"rootDir": "src",
1010
"esModuleInterop": true,
1111
"strict": true
1212
},
13-
"exclude": ["node_modules", ".vscode-test"]
13+
"exclude": ["node_modules"]
1414
}

0 commit comments

Comments
 (0)