Skip to content

Commit 081fb7f

Browse files
committed
use configDir
1 parent f21a253 commit 081fb7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tsconfig.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"include": [
3-
".*",
4-
"*",
5-
"tests/e2e/**/*",
6-
"tests/e2e/**/.*",
7-
"tools/**/*",
8-
"tools/**/.*",
9-
"web_src/js/**/*",
10-
"web_src/js/**/.*",
3+
"${configDir}/.*",
4+
"${configDir}/*",
5+
"${configDir}/tests/e2e/**/*",
6+
"${configDir}/tests/e2e/**/.*",
7+
"${configDir}/tools/**/*",
8+
"${configDir}/tools/**/.*",
9+
"${configDir}/web_src/js/**/*",
10+
"${configDir}/web_src/js/**/.*",
1111
],
1212
"compilerOptions": {
1313
"target": "es2020",

0 commit comments

Comments
 (0)