We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rootDir
1 parent 3f49bd6 commit 47d841fCopy full SHA for 47d841f
1 file changed
tsconfig.json
@@ -20,7 +20,8 @@
20
"strict": true,
21
"strictNullChecks": true,
22
"target": "ES2022",
23
- "useUnknownInCatchVariables": false
+ "useUnknownInCatchVariables": false,
24
+ "rootDir": "./src"
25
},
26
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
27
"include": ["src"]
0 commit comments