Skip to content

Commit

Permalink
fix: lint suggested by iyzyman
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed Feb 1, 2024
1 parent 6841b87 commit b67d527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/cms/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"paths": {
// Ensure this matches the path to your typescript outputFile
"payload/generated-types": [
"../../packages/types/lib/cms.ts" // Ensure this matches the path to your typescript outputFile
"../../packages/types/src/index.ts"
]
}
},
Expand Down
4 changes: 1 addition & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "types",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.ts",
"files": [
"dist/**"
],
Expand Down

0 comments on commit b67d527

Please sign in to comment.