1
0
Fork 0
mirror of synced 2026-06-05 16:08:19 +00:00
configure-aws-credentials/tsconfig.build.json
2022-10-27 21:16:31 -07:00

9 lines
124 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"test/**/*.ts"
],
"compilerOptions": {
"rootDir": "src"
},
}