Skip to content

Commit 694b571

Browse files
committed
Update tsconfig.json build output directory
1 parent 5600fe5 commit 694b571

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ typings/
4646

4747
# TypeScript build output
4848
/lib
49+
/es6
4950

5051
# TypeScript cache
5152
*.tsbuildinfo

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"noImplicitReturns": true,
1212
"noUnusedLocals": true,
1313
"noUnusedParameters": true,
14-
"outDir": "./dist/lib",
14+
"outDir": "lib",
1515
"sourceMap": false,
1616
"strict": true,
1717
"stripInternal": true,

0 commit comments

Comments
 (0)