Tooling
Ce contenu n’est pas encore disponible dans votre langue.
Build System
These three workspaces are managed using Turborepo. In the file turbo.json, various tasks are defined which may be run from the command line using scripts defined in package.json.
TypeScript
The entire codebase is written in Typescript, and each package has a tsconfig.json file that extends the tsconfig.base.json file located in the root of the monorepo. T
ESLint
The eslint.config.js file, located at the root of the monorepo, defines the linting configuration for all files.