chore: cleans up tsconfigs
This commit is contained in:
@@ -46,6 +46,6 @@
|
||||
}
|
||||
},
|
||||
"exclude": ["dist", "build", "node_modules", ".eslintrc.js", "dist/**/*.js", "**/dist/**/*.js"],
|
||||
"include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js", "helpers/getNextJSRootDir.js"],
|
||||
"include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js"],
|
||||
"references": []
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"./packages/payload/src/exports/types.ts"
|
||||
],
|
||||
"@payload-config": [
|
||||
"./test/live-preview/config.ts"
|
||||
"./test/_community/config.ts"
|
||||
],
|
||||
"@payloadcms/live-preview": [
|
||||
"./packages/live-preview/src"
|
||||
@@ -164,4 +164,4 @@
|
||||
".next/types/**/*.ts",
|
||||
"scripts/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user