Skip to content

Commit

Permalink
tsconfig for webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 28, 2023
1 parent 56ab074 commit c719f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/init/eslintrc.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const eslintrcJson = async (appName: string, template: string) => {
'prettier',
],
parserOptions: {
project: './tsconfig.json',
project: './webapp/tsconfig.json',
ecmaVersion: 'latest',
sourceType: 'module',
},
Expand Down

0 comments on commit c719f7a

Please sign in to comment.