mirror of
https://github.com/actions/http-client.git
synced 2025-02-24 16:22:28 +00:00
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"typeRoots": [ "node_modules/@types" ],
|
|
"declaration": true,
|
|
"outDir": "_out",
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"auth.ts"
|
|
]
|
|
} |