Skip to content

Commit

Permalink
revert changes in www tsconfig - due to changes in astro - see: witha…
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Mar 23, 2023
1 parent f71454e commit 99bf7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": ["@astrojs/image/client"],
// Skip type checking of external libraries.
"skipLibCheck": true,
"verbatimModuleSyntax": true
"importsNotUsedAsValues": "preserve" // fixed through linting
},
"include": [
"src",
Expand Down

0 comments on commit 99bf7c2

Please sign in to comment.