I keep deleting the file, but it is recreated on the next build. No theme in use. The file content
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}
I keep deleting the file, but it is recreated on the next build. No theme in use. The file content
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}
I do use js.Build
to convert some TS to JS. But this issue does not occur when testing my code as a themeā¦
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.