Skip to content

Commit

Permalink
build(tsconfig): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Mar 30, 2023
1 parent 4880ffa commit 7e18bdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"extends": "@tsconfig/next/tsconfig.json",
"compilerOptions": {
"baseUrl": "./src/",
"paths": { "@/*": ["*"], "*": [""] },
"verbatimModuleSyntax": true,
"isolatedModules": false
"paths": { "@/*": ["*"], "*": [""] }
},
"include": [
"**/*.js",
Expand Down

1 comment on commit 7e18bdc

@vercel
Copy link

@vercel vercel bot commented on 7e18bdc Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-starter-strict – ./

next-starter-strict-git-main-kripod.vercel.app
next-starter-strict-kripod.vercel.app
next-starter-strict.vercel.app

Please sign in to comment.