mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-07 15:58:07 +01:00
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"extends": "../../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"noEmit": true,
|
|
"checkJs": true
|
|
},
|
|
"include": ["./*.mjs", "./*.js"]
|
|
}
|