File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2727
2828 /* Modules */
2929 "module" : " commonjs" , /* Specify what module code is generated. */
30- // "rootDir": "./", /* Specify the root folder within your source files. */
30+ "rootDir" : " ./src " , /* Specify the root folder within your source files. */
3131 // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
3232 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3333 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
34- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34+ "rootDirs" : [], /* Allow multiple folders to be treated as one when resolving modules. */
3535 // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
3636 // "types": [], /* Specify type package names to be included without being referenced in a source file. */
3737 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
109109 /* Completeness */
110110 // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111111 "skipLibCheck" : true /* Skip type checking all .d.ts files. */
112- }
112+ },
113+ "include" : [
114+ " src/**/*"
115+ ]
113116}
You can’t perform that action at this time.
0 commit comments