chore: exclude dist in tsconfig
This commit is contained in:
parent
9f29fb28c2
commit
b422b3ceea
@ -9,6 +9,7 @@
|
|||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules",
|
||||||
|
"dist",
|
||||||
],
|
],
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user