sparse-intern-71089
11/03/2023, 3:11 PMlittle-cartoon-10569
11/05/2023, 6:32 PMstale-answer-34162
11/06/2023, 1:30 AM{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"strict": true,
"outDir": "dist",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
},
"ts-node": {
"swc": true
},
"include": [
"."
],
"exclude": [
"node_modules",
"dist"
],
"files": [
"src/index.ts"
]
}
little-cartoon-10569
11/06/2023, 2:41 AM"declaaration": true
, and noEmit
probably shouldn't be there (or should be false
). It's probably a good idea to specify "types": ["node"]
and whichever lib
value you use.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