Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 19, 2023
1 parent 7eeed35 commit 57817e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"types": ["@sveltejs/kit"],
"moduleResolution": "bundler",
"noEmit": true,
"strict": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
Expand All @@ -17,8 +18,7 @@
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
"checkJs": true,
"noEmit": true
"checkJs": true
},
"include": [
"./gro.config.ts",
Expand Down

0 comments on commit 57817e5

Please sign in to comment.