Skip to content

Commit 19b1d9c

Browse files
Merge pull request #7 from krazyjakee/master
Various fixes
2 parents 2d47a19 + 5f37959 commit 19b1d9c

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"main": "dist/astar.js",
1818
"types": "dist/astar.d.ts",
1919
"scripts": {
20+
"prepare": "tsc",
2021
"build": "tsc",
2122
"run-example": "cd example && yarn install && yarn run dev"
2223
},

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"declaration": true,
66
"outDir": "./dist",
77
"strict": false
8-
}
8+
},
9+
"exclude": ["example/*", "dist/*"]
910
}
10-
11-

0 commit comments

Comments
 (0)