This repo contains types for DTCG tokens and tokens for the TokensBrücke Figma plugin.
yarn add git+https://github.com/tokens-bruecke/token-types.git -D
or with a specific version:
yarn add git+https://github.com/tokens-bruecke/token-types.git#package-tag -D
Configure tsconfig.json
{
"compilerOptions": {
"typeRoots": ["./node_modules/@tokens-bruecke"]
}
}