kios-webapp/tsconfig.json

13 lines
183 B
JSON
Raw Normal View History

{
"include": ["*.ts"],
"exclude": ["node_modules"],
"references": [
{
"path": "./astro/tsconfig.json"
},
{
"path": "./payload/tsconfig.json"
}
]
}