Skip to content

Commit 99c07ba

Browse files
committed
Fix json files (no comments allowed)
1 parent fa3bcbb commit 99c07ba

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

apps/api/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
{
22
"compilerOptions": {
3-
// Environment setup & latest features
43
"lib": ["ESNext"],
54
"target": "ESNext",
65
"module": "Preserve",
76
"moduleDetection": "force",
87
"jsx": "react-jsx",
98
"allowJs": true,
109

11-
// Bundler mode
1210
"moduleResolution": "bundler",
1311
"allowImportingTsExtensions": true,
1412
"verbatimModuleSyntax": true,
1513
"noEmit": true,
1614

17-
// Best practices
1815
"strict": true,
1916
"skipLibCheck": true,
2017
"noFallthroughCasesInSwitch": true,
2118
"noUncheckedIndexedAccess": true,
2219
"noImplicitOverride": true,
2320

24-
// Some stricter flags (disabled by default)
2521
"noUnusedLocals": false,
2622
"noUnusedParameters": false,
2723
"noPropertyAccessFromIndexSignature": false

packages/mapper/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
{
22
"compilerOptions": {
3-
// Environment setup & latest features
43
"lib": ["ESNext"],
54
"target": "ESNext",
65
"module": "Preserve",
76
"moduleDetection": "force",
87
"jsx": "react-jsx",
98
"allowJs": true,
109

11-
// Bundler mode
1210
"moduleResolution": "bundler",
1311
"allowImportingTsExtensions": true,
1412
"verbatimModuleSyntax": true,
1513
"noEmit": true,
1614

17-
// Best practices
1815
"strict": true,
1916
"skipLibCheck": true,
2017
"noFallthroughCasesInSwitch": true,
2118
"noUncheckedIndexedAccess": true,
2219
"noImplicitOverride": true,
2320

24-
// Some stricter flags (disabled by default)
2521
"noUnusedLocals": false,
2622
"noUnusedParameters": false,
2723
"noPropertyAccessFromIndexSignature": false

0 commit comments

Comments
 (0)