mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-12 23:14:53 +00:00
006d57f7d1
* add `apps/connector` --------- Co-authored-by: Jakub Kotula <520927+jkbktl@users.noreply.github.com> Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com> Co-authored-by: pavel <14926950+prichodko@users.noreply.github.com> Co-authored-by: marcelines <marcio@status.im>
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"extends": "plasmo/templates/tsconfig.base",
|
|
"exclude": ["node_modules"],
|
|
"include": [".plasmo/index.d.ts", "./**/*.ts", "./**/*.tsx", "global.d.ts"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~*": ["./src/*"],
|
|
},
|
|
"baseUrl": ".",
|
|
"lib": ["WebWorker", "dom", "WebWorker.ImportScripts"],
|
|
"strictNullChecks": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
},
|
|
}
|