mirror of
https://gitea.com/actions/download-artifact.git
synced 2026-02-02 04:14:29 +07:00
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src/**/*.ts", "__tests__/**/*.ts", "*.ts"],
|
|
"exclude": ["node_modules", "lib", "dist"]
|
|
}
|