Skip to content

Commit f7028de

Browse files
committed
chore: polish TypeScript configuration
1 parent c086461 commit f7028de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tsconfig.lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"inlineSources": true,
1010
"types": []
1111
},
12+
"include": [
13+
"**/*.ts"
14+
],
1215
"exclude": [
1316
"**/*.spec.ts"
1417
]

tsconfig.spec.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
]
1010
},
1111
"include": [
12-
"**/*.spec.ts",
13-
"**/*.d.ts"
12+
"src/**/*.ts"
1413
]
1514
}

0 commit comments

Comments
 (0)