We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0364189 commit 90c11feCopy full SHA for 90c11fe
.prettierignore
@@ -3,7 +3,9 @@
3
4
# next.js
5
/.next/
6
+/.vercel/
7
/out/
8
9
+
10
# production
11
/build
functions/package.json
@@ -21,4 +21,4 @@
21
"typescript": "^4.6.4"
22
},
23
"private": true
24
-}
+}
functions/tsconfig.json
@@ -9,7 +9,5 @@
"target": "es2017"
"compileOnSave": true,
12
- "include": [
13
- "src"
14
- ]
+ "include": ["src"]
15
}
0 commit comments