Skip to content

Commit fbf0034

Browse files
Revert changes to tsconfig
1 parent 1d516a5 commit fbf0034

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

playgrounds/nextjs/tsconfig.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"compilerOptions": {
3-
"lib": [
4-
"dom",
5-
"dom.iterable",
6-
"esnext"
7-
],
3+
"lib": ["dom", "dom.iterable", "esnext"],
84
"allowJs": true,
95
"skipLibCheck": true,
106
"strict": true,
@@ -18,23 +14,13 @@
1814
"incremental": true,
1915
"plugins": [
2016
{
21-
"name": "next"
22-
}
17+
"name": "next",
18+
},
2319
],
2420
"paths": {
25-
"@/*": [
26-
"./*"
27-
]
21+
"@/*": ["./*"],
2822
},
29-
"target": "ES2017"
3023
},
31-
"include": [
32-
"next-env.d.ts",
33-
"**/*.ts",
34-
"**/*.tsx",
35-
".next/types/**/*.ts"
36-
],
37-
"exclude": [
38-
"node_modules"
39-
]
24+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
25+
"exclude": ["node_modules"],
4026
}

0 commit comments

Comments
 (0)