Skip to content

Commit 01f9f5b

Browse files
committed
Bugfix wrong build output
1 parent a95f69c commit 01f9f5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lup-structures",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "NPM Node package providing more data structures in TypeScript.",
55
"main": "./lib/index",
66
"types": "./lib/index.d.ts",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"rootDir": ".",
3+
"rootDir": "./src",
44
"outDir": "./lib",
55
"esModuleInterop": true,
66
"isolatedModules": true,

0 commit comments

Comments
 (0)