mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-09 19:56:06 +00:00
c1f9fc9f9f
* Update tsconfigs * Add ESLint support for relative paths
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|