2
0
mirror of https://github.com/status-im/wakuconnect-chat-sdk.git synced 2025-01-24 10:59:30 +00:00

13 lines
214 B
JSON
Raw Normal View History

2021-09-14 12:50:33 +10:00
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
2021-09-14 12:50:33 +10:00
"compilerOptions": {
"outDir": "dist",
"declarationDir": "dist/types",
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
}
}
2021-09-14 12:50:33 +10:00
}