aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 06:18:13 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:01 +0900
commitd77ed27bc66821aa56398ff8dd1b885af7903672 (patch)
tree46da256624c7bb7da19b720d7ba90b2ee059a08e /tsconfig.json
parent197d8a70a25663fb2e4096062fae8ac471522ba7 (diff)
downloadkioku-d77ed27bc66821aa56398ff8dd1b885af7903672.tar.gz
kioku-d77ed27bc66821aa56398ff8dd1b885af7903672.tar.zst
kioku-d77ed27bc66821aa56398ff8dd1b885af7903672.zip
feat(dev): configure Biome linter
Add Biome for linting and formatting with recommended rules. Reformat existing JSON files to use tabs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/tsconfig.json b/tsconfig.json
index db698cf..564e2a2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,22 +1,22 @@
{
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["ES2022"],
- "module": "ESNext",
- "moduleResolution": "bundler",
- "resolveJsonModule": true,
- "esModuleInterop": true,
- "strict": true,
- "skipLibCheck": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "noEmit": true,
- "isolatedModules": true,
- "verbatimModuleSyntax": true,
- "noUncheckedIndexedAccess": true,
- "noImplicitOverride": true,
- "forceConsistentCasingInFileNames": true
- },
- "exclude": ["node_modules", "dist"]
+ "compilerOptions": {
+ "target": "ES2022",
+ "lib": ["ES2022"],
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "esModuleInterop": true,
+ "strict": true,
+ "skipLibCheck": true,
+ "declaration": true,
+ "declarationMap": true,
+ "sourceMap": true,
+ "noEmit": true,
+ "isolatedModules": true,
+ "verbatimModuleSyntax": true,
+ "noUncheckedIndexedAccess": true,
+ "noImplicitOverride": true,
+ "forceConsistentCasingInFileNames": true
+ },
+ "exclude": ["node_modules", "dist"]
}