mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-05 03:08:39 +00:00

Converts properties figma normally shows as CSS values, but converted to the equivalent Slint syntax.
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["es2017"],
|
|
"strict": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@figma"
|
|
]
|
|
}
|
|
}
|