mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-03-02 12:50:41 +00:00
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declarationDir": "dist/types"
|
|
}
|
|
}
|