Bump to beta 7 version
[poolifier.git] / tsconfig.json
index 39bd6d90c89eab5afba3b35aa1cf9ef3bede3d9c..63fc2cf073b9554f707b161b4f921045bcffb24e 100644 (file)
@@ -1,10 +1,11 @@
 {
   "compilerOptions": {
     "target": "ES2018",
-    "module": "CommonJS",
+    "module": "ES2015",
     "outDir": "lib",
     "esModuleInterop": true,
-    "declaration": true
+    "declaration": true,
+    "strict": true
   },
   "include": ["src/**/*.ts"],
   "exclude": ["node_modules"]