Skip to content

Commit 9f697d6

Browse files
committed
chore: edit tsconfig.build.json
1 parent 4264196 commit 9f697d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.build.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"declaration": true,
55
"sourceMap": true,
6-
"rootDir": "./src",
7-
"removeComments": true
6+
"rootDir": "./src"
87
},
9-
"exclude": ["**/*.spec.ts"]
8+
"exclude": ["**/*.spec.ts", "tests/**/*"]
109
}

0 commit comments

Comments
 (0)