We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89aa22 commit cc1c91aCopy full SHA for cc1c91a
tsconfig.json
@@ -1,11 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "es5",
4
- "lib": [
5
- "dom",
6
- "dom.iterable",
7
- "esnext"
8
- ],
+ "lib": ["dom", "dom.iterable", "esnext"],
9
"allowJs": true,
10
"skipLibCheck": true,
11
"strict": true,
@@ -24,12 +20,8 @@
24
20
}
25
21
],
26
22
"paths": {
27
- "@/*": [
28
- "./*"
29
30
- "auth": [
31
- "./auth"
32
- ]
23
+ "@/*": ["./*"],
+ "auth": ["./auth"]
33
34
},
35
"include": [
@@ -39,7 +31,5 @@
39
"**/*.tsx",
40
".next/types/**/*.ts"
41
42
- "exclude": [
43
- "node_modules"
44
45
-}
+ "exclude": ["node_modules"]
+}
0 commit comments