UNPKG

@kikiutils/tsconfigs

Version:

Preconfigured TypeScript config files for stricter type checking and multi-environment support.

50 lines (49 loc) 1.36 kB
{ "name": "@kikiutils/tsconfigs", "type": "module", "version": "5.1.0", "description": "Preconfigured TypeScript config files for stricter type checking and multi-environment support.", "author": "kiki-kanri", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kikiutils/node-tsconfigs.git" }, "keywords": [ "bun", "config", "module-target", "strict-mode", "ts", "tsconfig", "tsconfig-base", "tsconfig-extends", "tsconfig-variants", "typescript", "typescript-config", "typescript-settings" ], "sideEffects": false, "scripts": { "bumplog": "changelogen --bump --hideAuthorEmail", "depcheck": "depcheck", "generate": "node --experimental-strip-types ./generate.ts", "lint": "eslint --max-warnings 0", "lint:fix": "eslint --fix --max-warnings 0", "release": "pnpm run lint && pnpm run typecheck && pnpm run generate && changelogen --hideAuthorEmail --push --release && sh ./generate-and-publish.sh", "typecheck": "tsc --noEmit" }, "devDependencies": { "@antfu/eslint-config": "^7.6.1", "@kikiutils/eslint-config": "^5.0.4", "@types/node": "^25.3.3", "changelogen": "^0.6.2", "depcheck": "^1.4.7", "typescript": "^5.9.3" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }