mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-13 18:24:35 +00:00
040be085f4
* Unify TypeScript configuration * Fix package.json target fields
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|