mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
9dc8c84d2c
dacbe6a667671b6c476b8fb1ba972c26cd9061cb
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|