Use rollup-plugin-typescript2 for TS transpilation (#143)
[poolifier.git] / tsconfig.json
index 75b92b541806ab3119092ede960bc4c097a8db64..63fc2cf073b9554f707b161b4f921045bcffb24e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     "target": "ES2018",
-    "module": "CommonJS",
+    "module": "ES2015",
     "outDir": "lib",
     "esModuleInterop": true,
     "declaration": true,