UNPKG

1.63 kBJSONView Raw
1{
2 "compilerOptions": {
3 "incremental": true, /* Enable incremental compilation */
4 "target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
5 "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
6 "lib": ["ES2015"], /* Specify library files to be included in the compilation. */
7 "declaration": true, /* Generates corresponding '.d.ts' file. */
8 "sourceMap": true, /* Generates corresponding '.map' file. */
9 "outDir": "./dist/", /* Redirect output structure to the directory. */
10 "strict": true, /* Enable all strict type-checking options. */
11 "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
12 "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
13 "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
14 "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
15 "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
16 },
17 "files": [
18 "src/index.ts"
19 ]
20}