mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 10:49:05 +08:00
17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"lib": [
|
|
"es2020"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es2020"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|