From 72570f87210ad4c2592630664c78d7d7e17105ac Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 12 Apr 2023 19:57:08 +0200 Subject: [PATCH] Add 'tsconfig.cjs.json' --- tsconfig.cjs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tsconfig.cjs.json diff --git a/tsconfig.cjs.json b/tsconfig.cjs.json new file mode 100644 index 0000000..b7793b7 --- /dev/null +++ b/tsconfig.cjs.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "declaration": false, + "sourceMap": false, + "module": "CommonJS", + "outDir": "./build/cjs" + } +} \ No newline at end of file