``` "@nuxt/typescript-build": "^1.0.3", "@nuxt/typescript-runtime": "^0.4.10", "nuxt": "^2.13.1", ``` Cannot use `this.$config` in a component: ``` mounted() { console.log('current env', this.$config) } ``` gives an error about untyped `this.$config`