We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0533283 commit 8119fc8Copy full SHA for 8119fc8
tsconfig.json
@@ -1,4 +1,5 @@
1
{
2
+ "include": ["./src"],
3
"compilerOptions": {
4
/* Visit https://aka.ms/tsconfig to read more about this file */
5
@@ -26,7 +27,7 @@
26
27
28
/* Modules */
29
"module": "commonjs", /* Specify what module code is generated. */
- // "rootDir": "./", /* Specify the root folder within your source files. */
30
+ "rootDir": "./src", /* Specify the root folder within your source files. */
31
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
32
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
33
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
0 commit comments