Skip to content

Commit

Permalink
add tsconfig sourceRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 7, 2024
1 parent 54ed762 commit bf9d234
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-sloths-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

add tsconfig `sourceRoot`
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@ryanatkn/belt": "^0.24.3",
"@ryanatkn/belt": "^0.24.4",
"@ryanatkn/eslint-config": "^0.4.0",
"@ryanatkn/fuz_code": "^0.15.0",
"@ryanatkn/gro": "^0.129.4",
"@ryanatkn/moss": "^0.7.0",
"@ryanatkn/fuz_code": "^0.15.2",
"@ryanatkn/gro": "^0.129.13",
"@ryanatkn/moss": "^0.7.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/package": "^2.3.2",
Expand Down
8 changes: 4 additions & 4 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export const package_json = {
},
devDependencies: {
'@changesets/changelog-git': '^0.2.0',
'@ryanatkn/belt': '^0.24.3',
'@ryanatkn/belt': '^0.24.4',
'@ryanatkn/eslint-config': '^0.4.0',
'@ryanatkn/fuz_code': '^0.15.0',
'@ryanatkn/gro': '^0.129.4',
'@ryanatkn/moss': '^0.7.0',
'@ryanatkn/fuz_code': '^0.15.2',
'@ryanatkn/gro': '^0.129.13',
'@ryanatkn/moss': '^0.7.1',
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.18',
'@sveltejs/package': '^2.3.2',
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"sourceRoot": "../src/lib/",
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit bf9d234

Please sign in to comment.