Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Jan 17, 2024
1 parent 38b966b commit f388f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions agenta-web/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"]
"types": ["cypress", "node"],
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
}
6 changes: 3 additions & 3 deletions agenta-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./src/*"]
}
"@/*": ["./src/*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "cypress.config.ts", "cypress/**/*"]
"exclude": ["node_modules", "cypress.config.ts", "cypress/**/*"],
}

0 comments on commit f388f37

Please sign in to comment.