mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-09 11:45:42 +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"]
|
|
}
|