summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-04 02:03:21 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-04 02:03:21 -0800
commit844cab6dfbee846219e3964545742469e9525940 (patch)
tree4b932ec54d94e0ac2ea86b22ce638092c6bcf653
parent5f7d4a13aad4cae88439595ffaf7508b58af49bd (diff)
Export `naive-client` as ES2015 modules
-rw-r--r--client/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index abe6846..bb86d6b 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
/* Basic Options */
"target": "es2015" /* 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'. */,
+ "module": "es2015" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [
"es2017",
"dom"