Skip to content

Commit

Permalink
enable tsconfig declaration and declarationMap
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 6, 2024
1 parent 7090bd5 commit 0f0b344
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-squids-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

enable tsconfig `declaration` and `declarationMap`
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@ryanatkn/belt": "^0.24.1",
"@ryanatkn/belt": "^0.24.3",
"@ryanatkn/eslint-config": "^0.4.0",
"@ryanatkn/fuz_code": "^0.15.0",
"@ryanatkn/gro": "^0.129.0",
"@ryanatkn/gro": "^0.129.4",
"@ryanatkn/moss": "^0.7.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export const package_json = {
},
devDependencies: {
'@changesets/changelog-git': '^0.2.0',
'@ryanatkn/belt': '^0.24.1',
'@ryanatkn/belt': '^0.24.3',
'@ryanatkn/eslint-config': '^0.4.0',
'@ryanatkn/fuz_code': '^0.15.0',
'@ryanatkn/gro': '^0.129.0',
'@ryanatkn/gro': '^0.129.4',
'@ryanatkn/moss': '^0.7.0',
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.18',
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit 0f0b344

Please sign in to comment.