Skip to content

Commit

Permalink
chore: Minor spacing of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Oct 5, 2023
1 parent 9f3e78c commit d492ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
"noFallthroughCasesInSwitch": false, /* Ignore switch cases that omit the 'break' statement. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
},
Expand Down

0 comments on commit d492ca3

Please sign in to comment.