mirror of
https://git.mirrors.martin98.com/https://github.com/actions/download-artifact
synced 2025-04-19 12:20:04 +08:00
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
|
|
} |