29 |
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ |
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ |
30 |
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
31 |
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
32 |
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ |
// "rootDirs": ["src/", "tests/"], /* Allow multiple folders to be treated as one when resolving modules. */ |
33 |
// "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */ |
// "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */ |
34 |
// "types": [], /* Specify type package names to be included without being referenced in a source file. */ |
// "types": ["node", "jest"], /* Specify type package names to be included without being referenced in a source file. */ |
35 |
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ |
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ |
36 |
"resolveJsonModule": true, /* Enable importing .json files */ |
"resolveJsonModule": true, /* Enable importing .json files */ |
37 |
// "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */ |
// "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */ |