Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
monstajoe2002 committed Nov 24, 2023
1 parent 98b0a19 commit 3eb66a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Project Explorer",
"description": "An extension for searching and creating page and layout files in a Next.js application project.",
"publisher": "monstajoedev",
"icon": "./src/assets/logo.png",
"icon": "./logo.png",
"version": "0.1.0",
"engines": {
"vscode": "^1.84.0"
Expand Down
10 changes: 7 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
"target": "ES2022",
"outDir": "out",
"lib": [
"ES2022"
"ES2022",
"DOM"
],
"types": [
"node"
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}
}
}

0 comments on commit 3eb66a0

Please sign in to comment.