mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Node",
|
|
"jsx": "react"
|
|
}
|
|
}
|