mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
13 lines
163 B
JSON
13 lines
163 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "out"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../fs.macchiato"
|
|
}
|
|
]
|
|
}
|