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. */ |
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. */ |