mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-06 01:15:53 -05:00
13 lines
279 B
JSON
13 lines
279 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": false,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "**/*.test.ts"]
|
||
|
}
|