Brian Lou
Results
2
comments of
Brian Lou
After some more experimentation I think the issue occurs when the new lines are in an interactive prompt. When the new line is in a log, the padding works correctly.
I'm getting the same issue but with this tsconfig: ``` "compilerOptions": { "allowSyntheticDefaultImports": true, "jsx": "react", "sourceRoot": "/packages/node", "rootDir": ".", "outDir": "dist", "paths": { "#prisma/*": ["./generated/*"], "@/*": ["./src/*"] } },...