mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 12:59:06 +08:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"lib": ["es6", "dom"],
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |