diff --git a/types/sinon/index.d.ts b/types/sinon/index.d.ts index db26ede7d624ce..5dc1d7fa59d3ea 100644 --- a/types/sinon/index.d.ts +++ b/types/sinon/index.d.ts @@ -11,7 +11,7 @@ // Simon Schick // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -import * as FakeTimers from '@sinonjs/fake-timers'; +import * as FakeTimers from 'sinonjs__fake-timers'; // sinon uses DOM dependencies which are absent in browser-less environment like node.js // to avoid compiler errors this monkey patch is used diff --git a/types/sinon/tsconfig.json b/types/sinon/tsconfig.json index 0996ae8827f882..3a554d52cc67c1 100644 --- a/types/sinon/tsconfig.json +++ b/types/sinon/tsconfig.json @@ -15,11 +15,6 @@ "../" ], "types": [], - "paths": { - "@sinonjs/*": [ - "sinonjs__*" - ] - }, "noEmit": true, "forceConsistentCasingInFileNames": true },