diff --git a/style-dictionary.config.json b/style-dictionary.config.json index d1fc8b74d..f0df7a3fc 100644 --- a/style-dictionary.config.json +++ b/style-dictionary.config.json @@ -31,6 +31,10 @@ { "destination": "tokens.js", "format": "javascript/es6" + }, + { + "destination": "tokens.d.ts", + "format": "typescript/es6-declarations" } ] },