mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
92973cc256
commit_hash:0ecc8d952d9fdab48c8a820450784cb717287559
17 lines
441 B
JSON
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"
|
|
]
|
|
}
|
|
}
|