Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 593b35f

Browse files
committed
Changed output directory
Changed the output directory to match usual standards
1 parent 525fd6a commit 593b35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)