slint/tools/figma-inspector/tsconfig.json
Nigel Breslaw de687b4093
Simple Figma attributes inspector plugin (#7446)
Converts properties figma normally shows as CSS values, but converted to the equivalent Slint syntax.
2025-01-24 13:10:00 +02:00

11 lines
181 B
JSON

{
"compilerOptions": {
"target": "es6",
"lib": ["es2017"],
"strict": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
]
}
}