aboutsummaryrefslogtreecommitdiffstats
path: root/website/tsconfig.json
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-15 12:33:49 +0200
committerrtkay123 <dev@kanjala.com>2026-02-15 12:33:49 +0200
commit3c5028ddf602cac59a1efdf0522606a122d9dec3 (patch)
treef836510f7582a9bb4670c3c79e5e9ff3d636ef26 /website/tsconfig.json
parent323296c248aeea736e388a307effa4edab671e66 (diff)
downloadsellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.tar.bz2
sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.zip
feat(web): lint
Diffstat (limited to 'website/tsconfig.json')
-rw-r--r--website/tsconfig.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/website/tsconfig.json b/website/tsconfig.json
index 2c2ed3c..c7b9df5 100644
--- a/website/tsconfig.json
+++ b/website/tsconfig.json
@@ -1,20 +1,20 @@
{
- "extends": "./.svelte-kit/tsconfig.json",
- "compilerOptions": {
- "rewriteRelativeImportExtensions": true,
- "allowJs": true,
- "checkJs": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "resolveJsonModule": true,
- "skipLibCheck": true,
- "sourceMap": true,
- "strict": true,
- "moduleResolution": "bundler"
- }
- // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
- // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
- //
- // To make changes to top-level options such as include and exclude, we recommend extending
- // the generated config; see https://svelte.dev/docs/kit/configuration#typescript
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "rewriteRelativeImportExtensions": true,
+ "allowJs": true,
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "sourceMap": true,
+ "strict": true,
+ "moduleResolution": "bundler"
+ }
+ // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
+ // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
+ //
+ // To make changes to top-level options such as include and exclude, we recommend extending
+ // the generated config; see https://svelte.dev/docs/kit/configuration#typescript
}