PickSkill
← Back

TSConfig Generator

Generate optimal tsconfig.json for your project type. Use when setting up TypeScript.

README.md
Rendered from GitHub raw
View raw ↗

ai-tsconfig

Generate optimal tsconfig.json for your project type.

Install

npm install -g ai-tsconfig

Usage

npx ai-tsconfig next
npx ai-tsconfig node
npx ai-tsconfig react
npx ai-tsconfig library

Setup

export OPENAI_API_KEY=sk-...