pulumi/tests/integration/nodejs/codepaths-workspaces-tsc/infra/tsconfig.json

8 lines
109 B
JSON

{
"extends": "../tsconfig.json",
"files": ["index.ts"],
"compilerOptions": {
"outDir": "bin"
}
}