mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 15:17:08 +01:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"extends": "../../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"declarationMap": false,
|
|
"outDir": "../lib"
|
|
},
|
|
"include": ["."]
|
|
}
|