25 |
|
|
26 |
/* Modules */ |
/* Modules */ |
27 |
"module": "commonjs", /* Specify what module code is generated. */ |
"module": "commonjs", /* Specify what module code is generated. */ |
28 |
// "rootDir": "./", /* Specify the root folder within your source files. */ |
"rootDir": "./src", /* Specify the root folder within your source files. */ |
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. */ |
47 |
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
48 |
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
49 |
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */ |
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */ |
50 |
// "outDir": "./", /* Specify an output folder for all emitted files. */ |
"outDir": "./build", /* Specify an output folder for all emitted files. */ |
51 |
// "removeComments": true, /* Disable emitting comments. */ |
// "removeComments": true, /* Disable emitting comments. */ |
52 |
// "noEmit": true, /* Disable emitting files from a compilation. */ |
// "noEmit": true, /* Disable emitting files from a compilation. */ |
53 |
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |