mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-10 12:15:49 +00:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"module": "esnext",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src"]
|
|
}
|