2024-03-15 16:32:29 +01:00
|
|
|
{
|
2024-08-28 18:09:35 +02:00
|
|
|
"extends": "../tsconfig/base.json",
|
2024-03-15 16:32:29 +01:00
|
|
|
"include": ["**/*.ts"],
|
|
|
|
|
"compilerOptions": {
|
2024-08-28 18:09:35 +02:00
|
|
|
"outDir": "dist"
|
|
|
|
|
},
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../env"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../schemas"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-03-15 16:32:29 +01:00
|
|
|
}
|