Skip to content

Commit

Permalink
Chore(cpgweb): Cleanup tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
leoank committed May 28, 2024
1 parent f14e5ff commit cb362dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cpgweb/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./",
"baseUrl": ".",
"lib": [
"dom",
"dom.iterable",
Expand Down Expand Up @@ -33,10 +33,7 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/app/home/page.tsx.bak",
"src/app/page.tsx.bak",
"src/app/layout.tsx.bak"
".next/types/**/*.ts"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit cb362dc

Please sign in to comment.