Détail du package

@isentinel/tsconfig

christopher-buss2.8kMIT1.0.0

TypeScript shareable config

typescript, typescript-config, config, code-styles

readme

TypeScript Config

TypeScript Config Logo

Version GitHub License

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

  1. Install package:
pnpm add --save-dev typescript @isentinel/tsconfig
  1. Create TypeScript configuration file tsconfig.json in 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

License

MIT © Christopher Buss

Original work © Azat S.