mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
13 lines
343 B
JSON
13 lines
343 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"../../suite-native/analytics/src/events/**/*.ts",
|
|
"../../suite-native/analytics/src/events/**/*.tsx",
|
|
"../../packages/**/analytics*/src/**/*.ts",
|
|
"../../packages/**/analytics*/src/**/*.tsx"
|
|
]
|
|
}
|