@earthquake/tsconfig
v0.0.3
Published
A package containing shared TypeScript configuration files (tsconfig.json) used in Earthquake projects.
Readme
Earthquake - Typescript Configurations (tsconfig)
💥 Earthquake is a React framework that simplifies Partial Prerendering, React Server Components, Static Site Generation, and Server Side Rendering. It is built on top of Powerlines, a "framework framework" that provides extensible building blocks for creating and using modern development tools.
Installing
Using pnpm:
pnpm add -D @earthquake/tsconfignpm install -D @earthquake/tsconfigyarn add -D @earthquake/tsconfigBuilding
Run nx build tsconfig to build the library.
Running unit tests
Run nx test tsconfig to execute the unit tests via Jest.
