PromucFlow_constructor/app/client/packages/wds/tsconfig.json
Pawan Kumar 8dc2942a7c
chore: Generate tokens.json for figma (#21432)
This PR adds a script that generates tokens json file that will be used
by figma.
2023-03-17 13:26:53 +05:30

15 lines
198 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"./src/**/*",
],
"ts-node": {
"compilerOptions": {
"module": "commonjs",
"types": [
"node",
],
}
}
}