Skip to content

Commit 3fa2945

Browse files
committed
fix: tsconfig.json
1 parent 53e3b14 commit 3fa2945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "construct-typed-parameters",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Type-safe parameter construction library. Useful for managing environment variables, aws parameter stores and more.",
55
"type": "module",
66
"main": "./lib/index.js",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"traceResolution": false,
2020
"types": ["jest", "node"]
2121
},
22-
"include": ["src/**/*.ts", "test/**/*.ts"]
22+
"include": ["src/**/*.ts"]
2323
}

0 commit comments

Comments
 (0)