Skip to content

Commit

Permalink
fix(build): generated output location
Browse files Browse the repository at this point in the history
  • Loading branch information
R11manish committed Jan 22, 2024
1 parent 8d8b1bb commit e6811f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
./src/
./test/
./tsdocs/
./dist/test/
./tsdocs/
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"skipLibCheck": true,
"allowJs": true,
"typeRoots": ["./typings", "./node_modules/@types/"],
"outDir": "dir",
"outDir": "./dist/",
"declaration": true,
},
}

0 comments on commit e6811f0

Please sign in to comment.