Skip to content

Commit e6834bc

Browse files
committed
refactor: tidy up tsconfig.json formatting for improved readability
1 parent baa803c commit e6834bc

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

tsconfig.json

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"baseUrl": ".",
4-
"experimentalDecorators": true,
5-
"emitDecoratorMetadata": true,
6-
"incremental": true,
7-
"skipLibCheck": true,
8-
"strictNullChecks": true,
9-
"noImplicitAny": true,
10-
"strictBindCallApply": true,
11-
"forceConsistentCasingInFileNames": true,
12-
"noFallthroughCasesInSwitch": true,
13-
"strictPropertyInitialization": false,
14-
"paths": {
15-
"@server/*": ["./server/src/*"],
16-
"@web/*": ["./web/*"],
17-
"@shared/*": ["./shared/*"]
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"experimentalDecorators": true,
5+
"emitDecoratorMetadata": true,
6+
"incremental": true,
7+
"skipLibCheck": true,
8+
"strictNullChecks": true,
9+
"noImplicitAny": true,
10+
"strictBindCallApply": true,
11+
"forceConsistentCasingInFileNames": true,
12+
"noFallthroughCasesInSwitch": true,
13+
"strictPropertyInitialization": false,
1814
}
19-
}
20-
}
15+
}

0 commit comments

Comments
 (0)