TypeScript Config
A comprehensive and strict TypeScript configuration that enforces modern, type-safe development practices. Seamlessly implement robust typing standards across projects by utilizing cutting-edge TypeScript features and safety checks.
This config delivers a future-ready TypeScript setup through multiple optimized configurations, ensuring maximum type safety and compatibility with modern JavaScript runtimes and Roblox development environments.
Installation
- Install package:
pnpm add --save-dev typescript @isentinel/tsconfig
- Create TypeScript configuration file
tsconfig.jsonin the root of your project, choosing the appropriate configuration:
For standard TypeScript projects:
{
"extends": "@isentinel/tsconfig/typescript"
}
For Roblox projects:
{
"extends": "@isentinel/tsconfig/roblox"
}
See also
@isentinel/eslint-config- Original project:
@azat-io/typescript-config
License
MIT © Christopher Buss
Original work © Azat S.