Aller au contenu

Tooling

Ce contenu n’est pas encore disponible dans votre langue.

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.

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

The eslint.config.js file, located at the root of the monorepo, defines the linting configuration for all files.