Skip to content

Commit 0d591c1

Browse files
committed
exclude node_modules from tsconfig
1 parent 5d42dc2 commit 0d591c1

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
@@ -1,5 +1,6 @@
11
{
22
"include": ["src"],
3+
"exclude": ["node_modules/**/*.ts"],
34
"compilerOptions": {
45
"declaration": true,
56
"declarationMap": true,
@@ -16,6 +17,6 @@
1617

1718
"forceConsistentCasingInFileNames": true,
1819
"stripInternal": true,
19-
"allowSyntheticDefaultImports":true
20+
"allowSyntheticDefaultImports": true
2021
}
2122
}

0 commit comments

Comments
 (0)