From 1761c42dcda7e07feacb8d12948b9dfa707d6cc2 Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Tue, 27 Nov 2018 01:01:34 +0100 Subject: [PATCH] updates to es6 mentions es6 in readme --- Readme.md | 2 ++ tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0c7a70a..212bea1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Bexio ## Description +**Basic build and NPM-Package is in ES6!** + NPM Package for the API of [Bexio](https://www.bexio.com) ## Typings diff --git a/tsconfig.json b/tsconfig.json index e2ddc16..6f1854a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { /* Basic Options */ - "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ + "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ // "lib": [], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */