Skip to content

Commit f243af0

Browse files
authored
fix: exclude outDir in tsconfig.json (#140)
1 parent a342890 commit f243af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"resolveJsonModule": true,
88
"rootDir": "src"
99
},
10-
"exclude": ["**/__fixtures__/**", "**/*.spec.ts"]
10+
"exclude": ["dist", "**/__fixtures__/**", "**/*.spec.ts"]
1111
}

0 commit comments

Comments
 (0)