mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-10 05:55:53 +00:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|