Skip to content

Commit 117af77

Browse files
author
Alexey Ivanov
committed
Exclude webpack.config.ts from tsconfig.json
The webpack.config.ts file was causing issues when compiling TypeScript. It has now been excluded from the tsconfig.json file to prevent these conflicts in the future.
1 parent d5ee0c3 commit 117af77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"jsx": "react",
1515
"typeRoots": ["src/@types", "./node_modules/@types"]
1616
},
17-
"include": ["src", "src/@types"]
17+
"include": ["src", "src/@types"],
18+
"exclude": ["webpack.config.ts"]
1819
}

0 commit comments

Comments
 (0)