mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-27 12:31:27 +08:00
Initial Commit
This commit is contained in:
11
packages/docker/tsconfig.json
Normal file
11
packages/docker/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