diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 10:50:04 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 10:50:04 +0200 |
| commit | b4369d9d0f700869fd82f64bdc3af012a1ce5bd9 (patch) | |
| tree | ee3d2f5324812d2733e4f207fc254db10244c0fa /tsconfig.json | |
| parent | 376feecb280c28504788c9677c6cb3cc455f00b6 (diff) | |
chore: complete dependency upgrades and migrate lint to ESLint 10
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 15bc493..07c4821 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "jsx": "react-jsx", "moduleResolution": "Node", + "ignoreDeprecations": "6.0", "resolveJsonModule": true, "isolatedModules": true, "allowSyntheticDefaultImports": true, @@ -22,4 +23,4 @@ }, "include": ["src/server/**/*.ts", "src/shared/**/*.ts"], "exclude": ["node_modules", "dist", "src/client"] -}
\ No newline at end of file +} |
