Skip to content

Commit

Permalink
Fix compile error and change tsconfig name
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Oct 7, 2024
1 parent 96f7bba commit 098d0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import StrongPath (Abs, Dir, File, Path')
import Wasp.Cli.Command.CreateNewProject.Common (defaultWaspVersionBounds)
import Wasp.Cli.Command.CreateNewProject.ProjectDescription (NewProjectAppName, NewProjectName)
import Wasp.NodePackageFFI (InstallablePackage (WaspConfigPackage), getPackageInstallationPath)
import Wasp.Project.Analyze (WaspFile (..), WaspFilePath (..), findWaspFile)
import Wasp.Project.Analyze (WaspFilePath (..), findWaspFile)
import Wasp.Project.Common (WaspProjectDir)
import Wasp.Project.ExternalConfig.PackageJson (findPackageJsonFile)
import qualified Wasp.Util.IO as IOUtil
Expand Down
2 changes: 1 addition & 1 deletion waspc/src/Wasp/Project/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packageJsonInWaspProjectDir = [relfile|package.json|]

-- TODO: Do this properly
tsConfigInWaspProjectDir :: Path' (Rel WaspProjectDir) (File TsConfigFile)
tsConfigInWaspProjectDir = [relfile|tsconfig.app.json|]
tsConfigInWaspProjectDir = [relfile|tsconfig.src.json|]

packageLockJsonInWaspProjectDir :: Path' (Rel WaspProjectDir) File'
packageLockJsonInWaspProjectDir = [relfile|package-lock.json|]
Expand Down

0 comments on commit 098d0c6

Please sign in to comment.