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