-
Notifications
You must be signed in to change notification settings - Fork 4
Chore/Project config updates #778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
vite.config.ts
Outdated
|
||
// https://vitejs.dev/config/ | ||
export default defineConfig(({ command }) => { | ||
return { | ||
build: { | ||
outDir: './backend/ttnn_visualizer/static/', | ||
emptyOutDir: true, | ||
target: compilerOptions.target, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this bit, but it does keep it consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates project configuration files to improve development tooling and standardize metadata. This includes adding package metadata, aligning TypeScript/Vite configurations, and enhancing VS Code workspace settings.
- Added repository, author, and license metadata to package.json and reorganized its structure
- Aligned JavaScript target version between tsconfig.json and Vite configuration
- Enhanced VS Code workspace with additional linting, formatting, and extension recommendations
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
package.json | Added metadata fields and reorganized structure, moved license/author to proper location |
vite.config.ts | Imported tsconfig and aligned build target with TypeScript compiler options |
ttnn-visualizer.code-workspace | Enhanced VS Code settings with additional linting rules and extension recommendations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
please add package.log to gitignore |
package.json
tsconfig.json
based on general recommendations