mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-06 00:17:06 +00:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"test/**/*.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"rootDir": "./"
|
|
},
|
|
}
|