Skip to content

Commit

Permalink
fix: add run scripts and remove comments from json
Browse files Browse the repository at this point in the history
  • Loading branch information
brehen committed Nov 19, 2024
1 parent 5dfc996 commit ca67746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions capra-fagradar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "echo 'no test'",
"format": "biome format",
"format-write": "biome format --write",
"lint": "biome lint",
"typecheck": "tsc -b"
},
"dependencies": {
Expand Down
4 changes: 0 additions & 4 deletions capra-fagradar/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
"lib": ["ES2020", "DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit ca67746

Please sign in to comment.