UNPKG

@themagician/tsconfig-package-node-cjs

Version:

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

32 lines 843 B
{ "name": "@themagician/tsconfig-package-node-cjs", "version": "1.0.5", "description": "A base tsconfig configuration for a node package project for a cjs build, that you can override.", "main": "tsconfig.json", "dependencies": { "@themagician/tsconfig-base": "1.0.6" }, "repository": { "type": "git", "url": "git+https://github.com/TheMagicianDev/tsconfig.git" }, "keywords": [ "tsconfig-package-node-cjs", "cjs", "commonjs", "package", "nodejs", "tsconfig", "base", "extends", "TheMagician", "TheMagicianProject", "TheMagicianDev" ], "author": "TheMagician <themagicianproject2022@gmail.com>, Mohamed Lamine Allal <allalmohamedlamine@gmail.com>", "license": "MIT", "scripts": { "lint": "eslint tsconfig.json", "fix": "eslint tsconfig.json --fix" } }