Skip to content

Commit 66ece48

Browse files
committed
Moved typings to dedicated directory to prevent exposing private implementation details.
1 parent 20156b8 commit 66ece48

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"polygon"
3131
],
3232
"main": "index.js",
33-
"types": "index.d.ts",
33+
"types": "./types/index.d.ts",
3434
"author": {
3535
"name": "Daniel Mester Pirttijärvi"
3636
}
File renamed without changes.
File renamed without changes.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
2-
"compilerOptions": {
3-
"target": "es5",
4-
"module": "commonjs",
5-
"strict": true,
6-
"esModuleInterop": true
7-
}
8-
}
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "commonjs",
5+
"strict": true,
6+
"esModuleInterop": true
7+
}
8+
}

0 commit comments

Comments
 (0)