Skip to content

Commit

Permalink
Fixing esbuild thing
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 8, 2023
1 parent 6acd990 commit ed9fc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"module": "ES2020", /* Specify what module code is generated. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"noEmit": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied `any` type.. */
Expand Down

0 comments on commit ed9fc34

Please sign in to comment.