Skip to content

Commit ed982fb

Browse files
committed
build: cleanups configs
1 parent 055d130 commit ed982fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"declaration": true,
5+
"declarationMap": true,
6+
"noEmitOnError": true,
47
"types": ["node"]
58
},
69
"include": ["src/**/*"],

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"target": "es5",
44
"module": "commonjs",
55
"strict": true,
6-
"declaration": true,
7-
"declarationMap": true,
86
"rootDir": "./src",
97
"outDir": "./lib",
108
"lib": ["esnext"],

0 commit comments

Comments
 (0)