Files
bot/packages/telemetry/tsconfig.json

16 lines
214 B
JSON
Raw Normal View History

{
"extends": "../tsconfig/base.json",
"include": ["**/*.ts"],
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../env"
},
{
"path": "../schemas"
}
]
}