We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cb2fa commit c461561Copy full SHA for c461561
tsconfig.json
@@ -2,5 +2,8 @@
2
"extends": "./node_modules/@appnest/web-config/tsconfig.json",
3
"compilerOptions": {
4
"module": "esnext"
5
- }
+ },
6
+ "exclude": [
7
+ "dist"
8
+ ]
9
}
0 commit comments