Skip to content

Commit

Permalink
#24 remove comment due to json shouldn't have comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabDonRixos committed Nov 7, 2024
1 parent c2407b8 commit cac7f99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down
2 changes: 0 additions & 2 deletions config/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit cac7f99

Please sign in to comment.