We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21a253 commit 081fb7fCopy full SHA for 081fb7f
tsconfig.json
@@ -1,13 +1,13 @@
1
{
2
"include": [
3
- ".*",
4
- "*",
5
- "tests/e2e/**/*",
6
- "tests/e2e/**/.*",
7
- "tools/**/*",
8
- "tools/**/.*",
9
- "web_src/js/**/*",
10
- "web_src/js/**/.*",
+ "${configDir}/.*",
+ "${configDir}/*",
+ "${configDir}/tests/e2e/**/*",
+ "${configDir}/tests/e2e/**/.*",
+ "${configDir}/tools/**/*",
+ "${configDir}/tools/**/.*",
+ "${configDir}/web_src/js/**/*",
+ "${configDir}/web_src/js/**/.*",
11
],
12
"compilerOptions": {
13
"target": "es2020",
0 commit comments