matsch01
Results
2
comments of
matsch01
Any update on this issue? I will likely need to abandon Ocelot without this feature.
@shoffing I've created a folder called 'types' in my project with subdirectory 'vue-material': ``` +types +vue-material -index.d.ts (your code above here) -tsconfig.json ``` and inside tsconfig.json I've added: `"typeRoots": ["node_modules/@types",...