Skip to content

Commit 15a4cbc

Browse files
committed
Prefer lib/ output
Changed files to use (or ignore) the new `lib/` output folder
1 parent bae573c commit 15a4cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Compiled builds
2-
build/
1+
# Compiled project
2+
lib/
33

44
# Dependency directories
55
node_modules/

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es2015",
44
"module": "commonjs",
55
"sourceMap": true,
6-
"outDir": "./build/Release",
6+
"outDir": "./lib",
77
"declaration": true,
88
"declarationMap": true
99
}

0 commit comments

Comments
 (0)