Skip to content

Commit 1b6d136

Browse files
committed
Add exclude to tsconfig.version.json
1 parent 50d7855 commit 1b6d136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.version.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.build.json",
4-
"files": ["src/lib/version.ts"]
4+
"files": ["src/lib/version.ts"],
5+
"exclude": ["**/*"]
56
}

0 commit comments

Comments
 (0)