@tsparticles/tsconfig
v4.2.1
Published
tsParticles default TypeScript Compiler Configuration
Readme
@tsparticles/tsconfig
Shared TypeScript configuration presets for tsParticles packages.
Installation
pnpm add -D @tsparticles/tsconfig typescriptAvailable Presets
@tsparticles/tsconfig/tsconfig.base.json: strict baseline shared options@tsparticles/tsconfig/tsconfig.json: NodeNext-oriented preset@tsparticles/tsconfig/tsconfig.module.json: ES module + Bundler resolution preset@tsparticles/tsconfig/tsconfig.browser.json: browser-focused module preset@tsparticles/tsconfig/tsconfig.types.json: declarations-only preset
Usage
{
"extends": "@tsparticles/tsconfig/tsconfig.json"
}For type declarations only builds:
{
"extends": "@tsparticles/tsconfig/tsconfig.types.json"
}Build (package maintainers)
pnpm run buildLicense
MIT
