UNPKG

@themagician/tsconfig-package-node-cjs

Version:

A base tsconfig configuration for a node package project for a cjs build, that you can override.

9 lines (8 loc) 179 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@themagician/tsconfig-base", "compilerOptions": { "module": "CommonJS", "outDir": "dist/cjs" } }