figma-node-selector-utility
Version:
A utility for selecting Figma nodes with Figma Tags and Attributes plugin.
25 lines • 471 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2015",
"outDir": "dist",
"declaration": true,
"lib": [
"ES2020",
"ES2015.Iterable"
],
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
],
"strictNullChecks": true,
"noImplicitAny": false,
"strict": false,
"skipLibCheck": true
},
"include": ["src"],
"exclude": [
"node_modules"
]
}