Skip to content

Commit aaa4816

Browse files
committed
Merge commit '2975980' into develop
2 parents fe90224 + 2975980 commit aaa4816

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

tsconfig.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compilerOptions": {
3-
"lib": ["dom", "dom.iterable", "esnext"],
3+
"lib": [
4+
"dom",
5+
"dom.iterable",
6+
"esnext"
7+
],
48
"allowJs": true,
59
"target": "ES2020",
610
"skipLibCheck": true,
@@ -20,9 +24,18 @@
2024
}
2125
],
2226
"paths": {
23-
"@/*": ["./*"]
27+
"@/*": [
28+
"./*"
29+
]
2430
}
2531
},
26-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
27-
"exclude": ["node_modules"]
32+
"include": [
33+
"next-env.d.ts",
34+
"**/*.ts",
35+
"**/*.tsx",
36+
".next/types/**/*.ts"
37+
],
38+
"exclude": [
39+
"node_modules"
40+
]
2841
}

0 commit comments

Comments
 (0)