|
1 | 1 | { |
| 2 | + "include": ["./src/**/*.ts"], |
2 | 3 | "compilerOptions": { |
3 | 4 | /* Visit https://aka.ms/tsconfig to read more about this file */ |
4 | 5 |
|
|
11 | 12 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ |
12 | 13 |
|
13 | 14 | /* Language and Environment */ |
14 | | - "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
| 15 | + "target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
15 | 16 | // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
16 | 17 | // "jsx": "preserve", /* Specify what JSX code is generated. */ |
17 | 18 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ |
|
26 | 27 |
|
27 | 28 | /* Modules */ |
28 | 29 | "module": "esnext" /* Specify what module code is generated. */, |
29 | | - // "rootDir": "./", /* Specify the root folder within your source files. */ |
| 30 | + // "rootDir": "./" /* Specify the root folder within your source files. */, |
30 | 31 | "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */, |
31 | 32 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
32 | 33 | // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
|
49 | 50 | // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ |
50 | 51 |
|
51 | 52 | /* Emit */ |
52 | | - // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
| 53 | + "declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */, |
53 | 54 | // "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
54 | 55 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
55 | 56 | // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
56 | 57 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
57 | 58 | // "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. */ |
58 | | - // "outDir": "./", /* Specify an output folder for all emitted files. */ |
| 59 | + "outDir": "dist" /* Specify an output folder for all emitted files. */, |
59 | 60 | // "removeComments": true, /* Disable emitting comments. */ |
60 | 61 | // "noEmit": true, /* Disable emitting files from a compilation. */ |
61 | 62 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
|
0 commit comments