Skip to content

Commit

Permalink
Merge branch 'typescript'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStarcat committed Apr 18, 2021
2 parents e54d8ff + 72c243c commit bc63858
Show file tree
Hide file tree
Showing 4 changed files with 6 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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"version": "1.0.13",
"description": "",
"main": "dist/index",
"types": "dist/index",
"types": "dist/types/src/index",
"module": "src/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/0xStarcat/CircularNatalHoroscopeJS.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 bc63858

Please sign in to comment.