Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Sep 12, 2024
1 parent e04005d commit 07ede48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

// https://www.typescriptlang.org/docs/handbook/compiler-options.html
"compilerOptions": {
// We need to negate the default "outDir" of "mod".
"outDir": "${configDir}/dist",

// Needed so that the output goes to "./dist/index.lua" instead of "./dist/src/index.lua".
"rootDir": "src",

Expand Down
3 changes: 3 additions & 0 deletions packages/isaac-typescript-definitions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

// https://www.typescriptlang.org/docs/handbook/compiler-options.html
"compilerOptions": {
// We need to negate the default "outDir" of "mod".
"outDir": "${configDir}/dist",

// Needed so that the output goes to "./dist/index.lua" instead of "./dist/src/index.lua".
"rootDir": "src",

Expand Down
3 changes: 3 additions & 0 deletions packages/isaacscript-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

// https://www.typescriptlang.org/docs/handbook/compiler-options.html
"compilerOptions": {
// We need to negate the default "outDir" of "mod".
"outDir": "${configDir}/dist",

// Needed so that the output goes to "./dist/index.lua" instead of "./dist/src/index.lua".
"rootDir": "src",

Expand Down

0 comments on commit 07ede48

Please sign in to comment.