Usage Install the package as a dev dependency: npm i -D @ewizardjs/tsconfig Use the configuration in your tsconfig.json file: ESM { "extends": "@ewizardjs/tsconfig/tsconfig.esm" } CommonJS { "extends": "@ewizardjs/tsconfig/tsconfig.cjs" }