2
0
mirror of https://github.com/actions/download-artifact.git synced 2026-07-21 01:14:55 +00:00
Files
download-artifact/tsconfig.eslint.json
T

9 lines
187 B
JSON
Raw Permalink Normal View History

2026-01-30 14:15:20 -05:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["src/**/*.ts", "__tests__/**/*.ts", "*.ts"],
"exclude": ["node_modules", "lib", "dist"]
}