mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-17 15:41:00 +00:00
1a1e86195e
* Unify TypeScript configuration * Fix package.json target fields
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declarationDir": "dist/types"
|
|
}
|
|
}
|