mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"test/**/*.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"rootDir": "./"
|
|
},
|
|
}
|