118 lines
2.9 KiB
JSON
118 lines
2.9 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"target": "ESNext",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"noEmit": true,
|
|
"outDir": "./dist",
|
|
"resolveJsonModule": true,
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": false,
|
|
"types": ["jest", "node", "@types/jest"],
|
|
"incremental": true,
|
|
"isolatedModules": true,
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"paths": {
|
|
"payload": ["./packages/payload/src"],
|
|
"payload/*": ["./packages/payload/src/exports/*"],
|
|
"@payloadcms/db-mongodb": ["./packages/db-mongodb/src"],
|
|
"@payloadcms/richtext-lexical": ["./packages/richtext-lexical/src"],
|
|
"@payloadcms/ui": ["./packages/ui/src/exports/index.ts"],
|
|
"@payloadcms/ui/*": ["./packages/ui/src/exports/*"],
|
|
"@payloadcms/ui/scss": ["./packages/ui/src/scss/styles.scss"],
|
|
"@payloadcms/ui/scss/app.scss": ["./packages/ui/src/scss/app.scss"],
|
|
"@payloadcms/translations": ["./packages/translations/src/exports/index.ts"],
|
|
"@payloadcms/translations/client": [
|
|
"./packages/translations/src/_generatedFiles_/client/index.ts"
|
|
],
|
|
"@payloadcms/translations/api": ["./packages/translations/src/_generatedFiles_/api/index.ts"],
|
|
"@payloadcms/next/*": ["./packages/next/src/*"],
|
|
"@payloadcms/next": ["./packages/next/src/exports/*"],
|
|
"@payloadcms/graphql": ["./packages/graphql/src"],
|
|
"@payload-config": ["./test/_community/config.ts"]
|
|
}
|
|
},
|
|
"exclude": ["dist", "build", "temp", "node_modules"],
|
|
"composite": true,
|
|
"references": [
|
|
{
|
|
"path": "./packages/db-mongodb"
|
|
},
|
|
{
|
|
"path": "./packages/db-postgres"
|
|
},
|
|
{
|
|
"path": "./packages/graphql"
|
|
},
|
|
{
|
|
"path": "./packages/live-preview"
|
|
},
|
|
{
|
|
"path": "./packages/live-preview-react"
|
|
},
|
|
{
|
|
"path": "./packages/next"
|
|
},
|
|
{
|
|
"path": "./packages/payload"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-cloud-storage"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-cloud"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-form-builder"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-nested-docs"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-redirects"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-search"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-seo"
|
|
},
|
|
{
|
|
"path": "./packages/plugin-stripe"
|
|
},
|
|
{
|
|
"path": "./packages/richtext-slate"
|
|
},
|
|
{
|
|
"path": "./packages/richtext-lexical"
|
|
},
|
|
{
|
|
"path": "./packages/translations"
|
|
},
|
|
{
|
|
"path": "./packages/ui"
|
|
}
|
|
],
|
|
"include": [
|
|
"next-env.d.ts",
|
|
".next/types/**/*.ts",
|
|
"app/**/*.ts",
|
|
"app/**/*.tsx",
|
|
"scripts/**/*.ts"
|
|
]
|
|
}
|