chore(pocket): exclude build and public folder in tsconfig
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/dist/**",
|
||||
"node_modules"
|
||||
"**/build/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user