- Notifications
You must be signed in to change notification settings - Fork0
A standardized TypeScript configuration for Localazy projects.
License
NotificationsYou must be signed in to change notification settings
localazy/tsconfig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Install the package using your preferred package manager:
# Using npmnpm install typescript @localazy/tsconfig --save-dev# Using yarnyarn add typescript @localazy/tsconfig --dev# Using pnpmpnpm add typescript @localazy/tsconfig --save-dev
In your tsconfig.json, extend the configuration:
{"$schema":"https://json.schemastore.org/tsconfig","extends":"@localazy/tsconfig/tsconfig.library.json"}
{"$schema":"https://json.schemastore.org/tsconfig","extends":"@localazy/tsconfig/tsconfig.monorepo-library.json"}
{"$schema":"https://json.schemastore.org/tsconfig","extends":"@localazy/tsconfig/tsconfig.service.json"}
This project is licensed under the MIT License.
SeeLICENSE for details.
About
A standardized TypeScript configuration for Localazy projects.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published