Skip to content

Commit

Permalink
move target into compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 18, 2024
1 parent 91ca342 commit a6f8043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"../frontend-shared/src/**/*.tsx",
"../frontend-shared/cypress/**/*.ts"
],
"target": "ES2022",
"compilerOptions": {
"noImplicitThis": true,
"paths": {
Expand All @@ -21,6 +20,7 @@
"@cy/store/*": ["../frontend-shared/src/store/*"],
"@packages/*": ["../*"]
},
"target": "ES2022",
"types": [
"cypress",
"cypress-real-events",
Expand Down

0 comments on commit a6f8043

Please sign in to comment.