Theo M Jones

Results 3 comments of Theo M Jones

Would also be nice to be able to define for different environments in this config ```js { "development": { "aliases": [...] }, // ... } ```

I'm getting this issue with `strict` set to either true or false. Large check times basically making it unusable because the IDE just can't compile typescript quick enough. ```bash Files:...

Not sure if this is the correct way but you can inject vuetify into context like this: ```js export default function(_, inject) { Vue.use(Vuetify { ...options }); inject('vuetify', Vue.prototype.$vuetify); };...