diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:20:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:21:02 -0800 |
| commit | eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 (patch) | |
| tree | 1b685bb248e051dfa26d2bfdebe6689402dd93c5 /tsconfig.json | |
| parent | chore(tooling): remove legacy eslint and prettier (diff) | |
| download | due.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.tar.xz due.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.zip | |
chore(biome): drop formatter style overrides
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/tsconfig.json b/tsconfig.json index 949c7c2a..dbce13f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,19 +1,24 @@ { - "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "stripInternal": true, - "noImplicitThis": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "rootDirs": [".", "./.svelte-kit/types", "./.sveltekit-graphql/types", "./$houdini/types"], - "verbatimModuleSyntax": true - } + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "stripInternal": true, + "noImplicitThis": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "rootDirs": [ + ".", + "./.svelte-kit/types", + "./.sveltekit-graphql/types", + "./$houdini/types" + ], + "verbatimModuleSyntax": true + } } |