We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4c135 commit 6072422Copy full SHA for 6072422
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pluscodes",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Library to encode and decode Open Location Codes (Plus Codes) with support for 2-15 digit precision",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
tsconfig.json
@@ -8,5 +8,13 @@
8
"sourceMap": true,
9
"outDir": "./dist",
10
"strict": true
11
- }
+ },
12
+ "include": [
13
+ "src/**/*"
14
+ ],
15
+ "exclude": [
16
+ "**/*.spec.ts",
17
+ "dist",
18
+ "node_modules"
19
+ ]
20
}
0 commit comments