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
{"extends": "@tsconfig/ember/tsconfig.json","glint": {"environment": ["ember-loose","ember-template-imports"],},"compilerOptions": {// The combination of `baseUrl` with `paths` allows Ember's classic package// layout, which is not resolveable with the Node resolution algorithm, to// work with TypeScript."baseUrl": ".","allowJs": true,// Apps don't need to publish declarations"declaration": false,"paths": {"is-ready/tests/*": ["tests/*"],"is-ready/*": ["app/*"],"*": ["types/*"],},},"include": ["app/**/*","tests/**/*","types/**/*"],}
The text was updated successfully, but these errors were encountered:
like in #676
it seems none of the language features are available in gjs.
Demo project: https://github.com/NullVoxPopuli/is-polaris-ready-yet/
My tsconfig.json:
The text was updated successfully, but these errors were encountered: