mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 17:06:52 +01:00
15 lines
199 B
JSON
15 lines
199 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "out"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../fs.macchiato"
|
|
},
|
|
{
|
|
"path": "../fs.scandir"
|
|
}
|
|
]
|
|
}
|