nuxt.config.ts
[issue link]Hello,
I’m a typescript user and I would like to know if it would be possible to write the config file in typescript as it is possible for gulp with the use of ts-node. What I have in mind is to be able to import ts files in config to use some code in generate/routes for instance.
Thank you.