Skip to content

Commit

Permalink
dirs are relative to the source project.
Browse files Browse the repository at this point in the history
until microsoft/TypeScript#29172 makes its way into a release at least
  • Loading branch information
Gnuxie committed Apr 20, 2024
1 parent 785b145 commit f9d076e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion templates/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "gnuxie-tsconfig/tsconfig.json"
"extends": "gnuxie-tsconfig/tsconfig.json",
"compilerOptions": {
"declarationDir": "dist",
"outDir": "dist"
}
}

2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"ESNext"
],
"declaration": true,
"declarationDir": "dist",
"declarationMap": true,
"outDir": "dist",
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit f9d076e

Please sign in to comment.