infra/pulumi/tsconfig.json
Gabriel Simmer 028a667d19
Some checks failed
Build Pi NixOS Image / sync (push) Failing after 14s
Lint / lint (push) Successful in 23s
Sync gmem.ca / sync (push) Successful in 9s
Experimental pulumi
2023-08-15 09:14:59 +01:00

19 lines
438 B
JSON

{
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.ts"
]
}