Skip to content

Commit

Permalink
build(functions): sort out some build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay committed Feb 10, 2024
1 parent 48012fc commit 24fd2aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
"allowJs": false,
"baseUrl": "./",
"declaration": true,
"esModuleInterop": true,
"lib": ["ES2023"],
"listEmittedFiles": true,
"module": "node16",
"moduleResolution": "Node16",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "lib",
"removeComments": false,
// https://github.com/stephenh/ts-proto/issues/891
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2022",
Expand Down

0 comments on commit 24fd2aa

Please sign in to comment.