aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/tsconfig.json
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-27 21:48:24 -0800
committerGitHub <noreply@github.com>2026-02-27 21:48:24 -0800
commit71427c7f44a7c451ca7c76d3714f1de78d3e8253 (patch)
treec27cbbff9571475d7c9ac2d24cdb7aaac08ded95 /frontend-vanilla/tsconfig.json
parentfea87c9814618646489d8403d584da25a38e6ba7 (diff)
parent474a93374340fa3aa5997b66ac1fecbffa620375 (diff)
downloadneko-71427c7f44a7c451ca7c76d3714f1de78d3e8253.tar.gz
neko-71427c7f44a7c451ca7c76d3714f1de78d3e8253.tar.bz2
neko-71427c7f44a7c451ca7c76d3714f1de78d3e8253.zip
Merge pull request #22 from adammathes/claude/fix-mobile-scrolling-Ls0FrHEADmaster
Fix mobile horizontal scrolling caused by wide RSS content
Diffstat (limited to 'frontend-vanilla/tsconfig.json')
-rw-r--r--frontend-vanilla/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend-vanilla/tsconfig.json b/frontend-vanilla/tsconfig.json
index 4ba8dd9..72af398 100644
--- a/frontend-vanilla/tsconfig.json
+++ b/frontend-vanilla/tsconfig.json
@@ -22,5 +22,6 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
- "include": ["src"]
+ "include": ["src"],
+ "exclude": ["src/**/*.test.ts", "src/**/*.perf.test.ts", "src/setupTests.ts"]
}