Files
ivanovsky-v 92973cc256 init divkit-layout-builder opensource
commit_hash:0ecc8d952d9fdab48c8a820450784cb717287559
2025-11-10 14:09:16 +03:00

17 lines
441 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"strict": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"moduleResolution": "Node",
"verbatimModuleSyntax": true,
"typeRoots": [
"../figma-plugin/node_modules/@types",
"../figma-plugin/node_modules/@figma",
"../figma-plugin/src/typings"
]
}
}