You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Not sure if this belongs here, if it doesn't feel free to close.
I am trying to get typings working with a jsconfig.json file without going full typescript. Usually when packages are imported like this:
importControllerfrom'@ember/controller'
VSCode picks up the types correctly but for some reason when importing from ember-ajax a could not import module is raised by the ts server. This is true for import { AjaxError } from 'ember-ajax/errors' as well. Is it not supposed to work like this?
Not sure if this belongs here, if it doesn't feel free to close.
I am trying to get typings working with a
jsconfig.jsonfile without going full typescript. Usually when packages are imported like this:VSCode picks up the types correctly but for some reason when importing from
ember-ajaxacould not import moduleis raised by the ts server. This is true forimport { AjaxError } from 'ember-ajax/errors'as well. Is it not supposed to work like this?This is the guide I am following.