mirror of
https://github.com/actions/runner.git
synced 2026-01-12 05:31:58 +08:00
port hooklib to runner
This commit is contained in:
11
hooks/container/hooklib/tsconfig.json
Normal file
11
hooks/container/hooklib/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user