0d20e7f738
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
13 lines
183 B
JSON
13 lines
183 B
JSON
{
|
|
"include": ["*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"references": [
|
|
{
|
|
"path": "./astro/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./payload/tsconfig.json"
|
|
}
|
|
]
|
|
}
|