Pick your TypeScript settings and get a tsconfig.json.
} genTS();
Common setups
- React/Next.js: target ES2022, module ESNext, jsx react-jsx, strict, noEmit
- Node.js API: target ES2022, module NodeNext, moduleResolution nodenext, declaration on
- Library: target ES2022, declaration on, sourceMap on, outDir dist