Add extra tsconfig.*.json
validation when using Wasp TS config
#2426
Labels
enhancement
New feature or request
tsconfig.*.json
validation when using Wasp TS config
#2426
We already have
tsconfig.json
andpackage.json
validation, but there's more work to be done.When the users are using the TS config, Wasp should check multiple
tsconfig.json
files:tsconfig.json
file referencingtsconfig.app.json
andtsconfig.node.json
.tsconfig.app.json
(TS config for src) file must pass validation (we already do this)tsconfig.node.json
file must pass validation.When the users are using the Wasp DSL, Wasp should validate the
tsconfig.json
file (TS config for src). I believe we already do this.Related: #2390.
The text was updated successfully, but these errors were encountered: