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
Current, we can use describe, it, test, expect in app. Because we use "types": ["jasmine","node"] in tsconfig.json. And this is for tsconfig.spec.json, not for tsconfig.app.json.
🚀 Feature request
Command (mark with an
x
)Description
Current, we can use
describe
,it
,test
,expect
in app. Because we use"types": ["jasmine","node"]
in tsconfig.json. And this is fortsconfig.spec.json
, not fortsconfig.app.json
.In order to get a better IDE experience, we can use “Solution Style” tsconfig.json Files in TypeScript 3.9
The text was updated successfully, but these errors were encountered: