Skip to content

Commit c461561

Browse files
committed
Excluded dist in tsconfig.
1 parent f4cb2fa commit c461561

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"extends": "./node_modules/@appnest/web-config/tsconfig.json",
33
"compilerOptions": {
44
"module": "esnext"
5-
}
5+
},
6+
"exclude": [
7+
"dist"
8+
]
69
}

0 commit comments

Comments
 (0)