summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 01:09:39 +0900
committerAdam Malczewski <[email protected]>2026-06-27 01:09:39 +0900
commit61e45e60d699ed1ca46f94a8f181c92a940317c6 (patch)
tree2892d9773c5a8e367e1e58cdb1e88d9c6ad3fe6d /tsconfig.base.json
parent63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a (diff)
parent727c98c9dae516a2070eb950410314380a20c974 (diff)
downloaddispatch-61e45e60d699ed1ca46f94a8f181c92a940317c6.tar.gz
dispatch-61e45e60d699ed1ca46f94a8f181c92a940317c6.zip
Merge branch 'feature/indent-change' into dev
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
+ }
}