mirror of
https://github.com/status-im/status-web.git
synced 2025-01-24 19:39:08 +00:00
10 lines
185 B
JSON
10 lines
185 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["_vite.config.ts"]
|
||
|
}
|