We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d6ab0 commit 22e6d93Copy full SHA for 22e6d93
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nora-soderlund/google-maps-solar-api",
3
"description": "A TypeScript implementation of Google Maps Solar API endpoints.",
4
- "version": "1.0.5",
+ "version": "1.1.0",
5
"main": "dist/index.js",
6
"scripts": {
7
"build": "npx tsc",
tsconfig.json
@@ -105,5 +105,6 @@
105
/* Completeness */
106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108
- }
+ },
109
+ "exclude": [ "node_modules", "tests" ]
110
}
0 commit comments