Skip to content

Commit

Permalink
Merge pull request #13 from 0xStarcat/typescript
Browse files Browse the repository at this point in the history
Typescript
  • Loading branch information
0xStarcat authored Apr 18, 2021
2 parents e54d8ff + 2465558 commit 80990e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/index.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/types/dist/index.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.13",
"description": "",
"main": "dist/index",
"types": "dist/index",
"types": "dist/types/src/index",
"module": "src/index.js",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"include": ["src/**/*", "dist/index.js"],
"exclude": [
"node_modules",
"*.d.ts"
"*.d.ts",
"dist"
],
"compilerOptions": {
// Tells TypeScript to read JS files, as
Expand Down

0 comments on commit 80990e3

Please sign in to comment.