sparse-intern-71089
11/13/2023, 7:59 PMsalmon-account-74572
11/14/2023, 1:53 PMstale-answer-34162
11/14/2023, 1:56 PMsalmon-account-74572
11/14/2023, 1:57 PMtsconfig
setting something that Pulumi is setting by default?stale-answer-34162
11/14/2023, 2:00 PM{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": false,
"strict": true,
"declaration": true,
"outDir": "dist",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"types": [
"node"
],
"lib": [
"ES2018"
],
"forceConsistentCasingInFileNames": true
},
"ts-node": {
"swc": true
},
"include": [
"."
],
"exclude": [
"node_modules",
"dist"
],
"files": [
"src/index.ts"
]
}
stale-answer-34162
11/14/2023, 2:02 PM{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"lib": [
"esnext"
],
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"skipLibCheck": true
},
"include": [
"src"
]
}
salmon-account-74572
11/14/2023, 2:06 PMtsconfig.json
and such to see if that helps. You shouldn’t generally need to run any separate steps to get your Pulumi TypeScript code to compile (other than running pulumi up
).No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by