Skip to content

Commit cc1c91a

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent b89aa22 commit cc1c91a

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

tsconfig.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": [
5-
"dom",
6-
"dom.iterable",
7-
"esnext"
8-
],
4+
"lib": ["dom", "dom.iterable", "esnext"],
95
"allowJs": true,
106
"skipLibCheck": true,
117
"strict": true,
@@ -24,12 +20,8 @@
2420
}
2521
],
2622
"paths": {
27-
"@/*": [
28-
"./*"
29-
],
30-
"auth": [
31-
"./auth"
32-
]
23+
"@/*": ["./*"],
24+
"auth": ["./auth"]
3325
}
3426
},
3527
"include": [
@@ -39,7 +31,5 @@
3931
"**/*.tsx",
4032
".next/types/**/*.ts"
4133
],
42-
"exclude": [
43-
"node_modules"
44-
]
45-
}
34+
"exclude": ["node_modules"]
35+
}

0 commit comments

Comments
 (0)