Skip to content

Commit

Permalink
Will need this soon.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Jul 30, 2024
1 parent e31ed63 commit fbca821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"module": "ES2020", /* Specify what module code is generated. */
"rootDir": "site", /* Specify the root folder within your source files. */
"noEmit": true,
"types": [
"@imlib/core"
],
"isolatedModules": true,
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
Expand Down

0 comments on commit fbca821

Please sign in to comment.