Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
  4. "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
  5. "lib": ["es2019"], /* Specify library files to be included in the compilation. */
  6. "declaration": true, /* Generates corresponding '.d.ts' file. */
  7. "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
  8. "sourceMap": true, /* Generates corresponding '.map' file. */
  9. "noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
  10. "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
  11. "types": ["jest"], /* Type declaration files to be included in compilation. */
  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. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement