Skip to content

Commit

Permalink
build: add rootDir
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Sep 20, 2023
1 parent 30b339b commit 906406d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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 @@ -74,7 +74,7 @@
"@schoero/cspell-config": "^1.6.16",
"@schoero/eslint-config": "^1.41.17",
"@schoero/markdownlint-config": "^1.1.7",
"@schoero/ts-config": "^0.3.6",
"@schoero/ts-config": "^0.3.7",
"@schoero/unwritten-config": "^0.0.3",
"@schoero/vite-config": "^0.0.25",
"@types/node": "^20.6.3",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"swissqrbill:svg:*": ["src/svg/*"],
"swissqrbill:tests:*": ["tests/*"]
},
"rootDir": ".",
"skipLibCheck": true
},
"include": [
Expand Down

0 comments on commit 906406d

Please sign in to comment.