Skip to content

Commit 22e6d93

Browse files
Update tsconfig to ignore test files
1 parent 01d6ab0 commit 22e6d93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nora-soderlund/google-maps-solar-api",
33
"description": "A TypeScript implementation of Google Maps Solar API endpoints.",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "npx tsc",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108-
}
108+
},
109+
"exclude": [ "node_modules", "tests" ]
109110
}

0 commit comments

Comments
 (0)