mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-22 06:30:01 +00:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["12", "16", "20", "reactions"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|