mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-09 13:36:09 +00:00
10 lines
168 B
JSON
10 lines
168 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base",
|
||
|
"include": ["src"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"declarationDir": "dist/types"
|
||
|
},
|
||
|
"references": []
|
||
|
}
|