@frielforreal/pulumi-wordle
Version:
Stand up Wordle while you stand up infrastructure
22 lines (21 loc) • 507 B
JSON
{
"compilerOptions": {
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"files": [
"index.ts",
"provider.ts",
"utilities.ts",
"wordle.ts"
]
}