Skip to content

Commit

Permalink
fix functions TS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan Padia committed Oct 10, 2024
1 parent 569e074 commit 6a7041d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions functions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"compilerOptions": {
"lib": ["es2016"],
"lib": ["es2016", "DOM"],
"module": "commonjs",
"noImplicitReturns": true,
"outDir": "dist",
"sourceMap": true,
"target": "es2016"
},
"compileOnSave": true,
"include": [
"src"
]
"include": ["src"]
}

0 comments on commit 6a7041d

Please sign in to comment.