2
0
mirror of https://github.com/status-im/wakuconnect-chat-sdk.git synced 2025-01-23 18:39:46 +00:00
2022-06-01 06:46:25 +02:00

13 lines
214 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "dist",
"declarationDir": "dist/types",
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
}
}
}