Skip to content

Commit 877b897

Browse files
authored
Remove duplicate entry in tsconfig include array
1 parent 50cc58a commit 877b897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "Default",
4-
"include": ["src/**/*", "scripts/generate-lists.ts", "scripts/generate-lists.ts"],
4+
"include": ["src/**/*", "scripts/generate-lists.ts"],
55
"exclude": ["node_modules", "src/lib/templates/**/*"],
66
"compilerOptions": {
77
"composite": false,
@@ -19,7 +19,7 @@
1919
"strict": true,
2020
"noUnusedLocals": false,
2121
"noUnusedParameters": false,
22-
"skipLibCheck": true,
22+
"skipLibCheck": true,
2323
"inlineSourceMap": true,
2424
"allowSyntheticDefaultImports": true
2525
}

0 commit comments

Comments
 (0)