Is there anyway i can use the default prettier config
Hi there,
first of all thanks for making this awesome tools !!
I got a issue on generating typebox file with my existing prettier config. Is there a way to just stick with the default Prettier config, or maybe some workaround suggestions? Anything would help!
because of this line of prettier setting "plugins": ["prettier-plugin-tailwindcss"]
The error message
Requiring /workspace/edge/gui/node_modules/prettier-plugin-tailwindcss/dist/index.mjs at ModuleJobSync.runSync (node:internal/modules/esm/module_job:446:13) at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:429:47) at loadESMFromCJS (node:internal/modules/cjs/loader:1519:24) at Module._compile (node:internal/modules/cjs/loader:1670:5) at Object..js (node:internal/modules/cjs/loader:1820:10) at Module.load (node:internal/modules/cjs/loader:1423:32) at Function._load (node:internal/modules/cjs/loader:1246:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:235:24) at Module.require (node:internal/modules/cjs/loader:1445:12) { code: 'ERR_REQUIRE_ASYNC_MODULE' }