@ledgerhq/coin-near
Version:
24 lines (23 loc) • 393 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"customConditions": [],
"types": [
"node",
"jest"
]
},
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/__tests__/**/*",
"**/tests/**/*",
"**/__mocks__/**/*",
"**/*.test.js",
"**/*.test.jsx",
"**/*.spec.js",
"**/*.spec.jsx"
]
}