From 8530cd8ad789918380be744a71af2d52062d3957 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 6 Oct 2022 13:40:00 +0500 Subject: [PATCH] oops that should be cjs --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94b6760..03e7fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "4.0.9", + "version": "4.1.0", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/tsconfig.json b/tsconfig.json index 72b911c..8538b64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "downlevelIteration": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, - "module": "esnext", + "module": "CommonJS", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true,