mirror of
https://gitea.com/actions/upload-artifact.git
synced 2026-03-02 14:29:36 +08: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"]
|
||
|
|
}
|