mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-10 22:16:13 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declarationDir": "dist/types",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|