13 lines
183 B
JSON
13 lines
183 B
JSON
|
{
|
||
|
"include": ["*.ts"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./astro/tsconfig.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./payload/tsconfig.json"
|
||
|
}
|
||
|
]
|
||
|
}
|