File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626
2727 /* Modules */
2828 "module" : " commonjs" /* Specify what module code is generated. */ ,
29- // "rootDir": "./", /* Specify the root folder within your source files. */
29+ "rootDir" : " ./src " /* Specify the root folder within your source files. */ ,
3030 // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3131 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3232 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
9999 /* Completeness */
100100 // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101101 "skipLibCheck" : true /* Skip type checking all .d.ts files. */
102- }
102+ },
103+ "include" : [" src" ]
103104}
You can’t perform that action at this time.
0 commit comments