Sviatozar Petrenko
Results
3
comments of
Sviatozar Petrenko
Same. It just doesn't work for ts
I think it would also be convenient to add a CLI flag for generate to override output path, so that you can customize it for nx monorepo/docker build workflow
(not sure if that helps but here is my vitest config) ``` import { cpus } from 'node:os'; import { resolve } from 'node:path'; import isCI from 'is-ci'; import tsconfigPaths...