summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-26 22:03:19 +0900
committerAdam Malczewski <[email protected]>2026-06-26 22:23:39 +0900
commit727c98c9dae516a2070eb950410314380a20c974 (patch)
tree52aa1022c54f11770be7e4e2a324f0a8b8b8deec /tsconfig.base.json
parente59dc11f63b1df51142259bb2c406af8c9c8c2bb (diff)
downloaddispatch-727c98c9dae516a2070eb950410314380a20c974.tar.gz
dispatch-727c98c9dae516a2070eb950410314380a20c974.zip
style: switch from tabs to 2-space indentation
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
index c6fc144..2e800b8 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -1,23 +1,23 @@
{
- "exclude": ["**/*.test.ts", "**/*.test.tsx"],
- "compilerOptions": {
- "target": "ES2022",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "lib": ["ES2023"],
- "types": ["bun"],
- "strict": true,
- "noUncheckedIndexedAccess": true,
- "noImplicitOverride": true,
- "exactOptionalPropertyTypes": true,
- "verbatimModuleSyntax": true,
- "isolatedModules": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "composite": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true
- }
+ "exclude": ["**/*.test.ts", "**/*.test.tsx"],
+ "compilerOptions": {
+ "target": "ES2022",
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "lib": ["ES2023"],
+ "types": ["bun"],
+ "strict": true,
+ "noUncheckedIndexedAccess": true,
+ "noImplicitOverride": true,
+ "exactOptionalPropertyTypes": true,
+ "verbatimModuleSyntax": true,
+ "isolatedModules": true,
+ "declaration": true,
+ "declarationMap": true,
+ "sourceMap": true,
+ "composite": true,
+ "skipLibCheck": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true
+ }
}