Properly add 'dist' output folder to tsconfig.exclude

This commit is contained in:
2024-05-27 04:34:02 -05:00
parent 4a699210e8
commit ef8a1ba860

View File

@@ -21,5 +21,8 @@
},
"jsx": "react-jsx",
"jsxImportSource": "react"
}
},
"exclude": [
"./dist"
]
}