pulumi/tests/integration/nodejs/codepaths-workspaces-tsc/packages/my-dynamic-provider/tsconfig.json

8 lines
112 B
JSON

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