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