Skip to content

Commit

Permalink
update tsconfig and upgrade gro
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 24, 2024
1 parent b060e24 commit a2895d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ryanatkn/belt": "^0.24.11",
"@ryanatkn/eslint-config": "^0.4.2",
"@ryanatkn/fuz": "^0.119.0",
"@ryanatkn/gro": "^0.133.5",
"@ryanatkn/gro": "^0.133.6",
"@ryanatkn/moss": "^0.12.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const package_json = {
'@ryanatkn/belt': '^0.24.11',
'@ryanatkn/eslint-config': '^0.4.2',
'@ryanatkn/fuz': '^0.119.0',
'@ryanatkn/gro': '^0.133.5',
'@ryanatkn/gro': '^0.133.6',
'@ryanatkn/moss': '^0.12.0',
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.18',
Expand Down
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
"allowImportingTsExtensions": true,
"checkJs": true
},
"include": [
"eslint.config.js",
"gro.config.ts",
"svelte.config.js",
"vite.config.ts",
"*.js",
"*.ts",
".svelte-kit/ambient.d.ts",
".svelte-kit/non-ambient.d.ts",
".svelte-kit/types/**/$types.d.ts",
Expand Down

0 comments on commit a2895d8

Please sign in to comment.