mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
accept baseline change
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
tests/cases/conformance/typings/a.ts(1,1): error TS2588: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
||||
tests/cases/conformance/typings/a.ts(1,1): error TS2589: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
||||
|
||||
|
||||
==== tests/cases/conformance/typings/tsconfig.json (0 errors) ====
|
||||
@@ -7,5 +7,5 @@ tests/cases/conformance/typings/a.ts(1,1): error TS2588: Cannot find name 'modul
|
||||
==== tests/cases/conformance/typings/a.ts (1 errors) ====
|
||||
module.exports = 1;
|
||||
~~~~~~
|
||||
!!! error TS2588: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
||||
!!! error TS2589: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
||||
|
||||
Reference in New Issue
Block a user