Skip to content

Commit 223a114

Browse files
committed
Merge branch 'main' into public
2 parents 7b9bab0 + e74991c commit 223a114

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

tsconfig.build.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": "./tsconfig.json",
44
"compilerOptions": {
55
"composite": false,
6+
"declaration": true,
67
"noEmit": false,
78
"noEmitOnError": true,
89
"rootDir": "./src",

0 commit comments

Comments
 (0)