|
30 | 30 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ |
31 | 31 |
|
32 | 32 | /* Modules */ |
33 | | - "module": "commonjs" /* Specify what module code is generated. */, |
| 33 | + "module": "esnext" /* Specify what module code is generated. */, |
34 | 34 | // "rootDir": "./", /* Specify the root folder within your source files. */ |
35 | 35 | "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */, |
36 | 36 | "baseUrl": "./src" /* Specify the base directory to resolve non-relative module names. */, |
|
53 | 53 | // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ |
54 | 54 |
|
55 | 55 | /* Emit */ |
56 | | - "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
57 | | - "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
| 56 | + // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
| 57 | + // "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
58 | 58 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
59 | 59 | "sourceMap": true /* Create source map files for emitted JavaScript files. */, |
60 | 60 | // "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. */ |
61 | | - "outDir": "./dist" /* Specify an output folder for all emitted files. */, |
| 61 | + "outDir": "./lib" /* Specify an output folder for all emitted files. */, |
62 | 62 | // "removeComments": true, /* Disable emitting comments. */ |
63 | | - // "noEmit": true /* Disable emitting files from a compilation. */, |
| 63 | + "noEmit": true /* Disable emitting files from a compilation. */, |
64 | 64 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
65 | 65 | // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ |
66 | 66 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
|
0 commit comments