mirror of https://github.com/actions/toolkit
26 lines
496 B
JSON
26 lines
496 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@actions/core": [
|
|
"packages/core"
|
|
],
|
|
"@actions/http-client": [
|
|
"packages/http-client"
|
|
],
|
|
},
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.test.ts",
|
|
"**/__mocks__/*"
|
|
]
|
|
} |