chore: export as CommonJS

This commit is contained in:
thecodrr
2022-06-30 18:39:24 +05:00
committed by Abdullah Atta
parent 96763c9a61
commit c4998945dd

View File

@@ -28,7 +28,7 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
/* Modules */
"module": "ESNext" /* Specify what module code is generated. */,
"module": "CommonJS" /* Specify what module code is generated. */,
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */