After running the command
npm install --save @types/jasmine
, my describe
, it
, and expect
calls all compile successfully. However, I am unable to locate where these declarations are stored, and when I try to reference the Jasmine types in other declarations, it fails.
$ find node_modules -name jasmine.*
node_modules/jasmine-core/lib/jasmine-core/jasmine.css
node_modules/jasmine-core/lib/jasmine-core/jasmine.js
Unfortunately, no TypeScript declaration file was found.