Skip to content

Commit 033afdd

Browse files
committed
feat: doc-tsconfig
1 parent 112598d commit 033afdd

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

apps/docs/tsconfig.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"extends": "tsconfig/nextjs.json",
33
"compilerOptions": {
4-
"plugins": [{ "name": "next" }]
4+
"plugins": [
5+
{
6+
"name": "next"
7+
}
8+
]
59
},
6-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
7-
"exclude": ["node_modules"]
8-
}
10+
"include": [
11+
"next-env.d.ts",
12+
"**/*.ts",
13+
"**/*.tsx",
14+
".next/types/**/*.ts"
15+
],
16+
"exclude": [
17+
"node_modules"
18+
]
19+
}

0 commit comments

Comments
 (0)