Files
trezor-suite/packages/connect-web/tsconfig.json
2025-06-09 13:15:39 +02:00

33 lines
905 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"outDir": "libDev",
"types": [
"chrome",
"web",
"w3c-web-usb",
"jest"
],
"rootDir": ".."
},
"include": [
".",
"../connect-iframe/webpack/base.webpack.config.ts",
"../connect-iframe/webpack/iframe.webpack.config.ts",
"../connect-iframe/webpack/utils.ts",
"../connect-iframe/package.json",
"../connect-popup/webpack/prod.webpack.config.ts",
"../connect-popup/package.json"
],
"references": [
{ "path": "../connect" },
{ "path": "../connect-common" },
{ "path": "../utils" },
{ "path": "../websocket-client" },
{ "path": "../eslint" },
{ "path": "../type-utils" }
]
}