mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix node's assert module resolution in tests
Previously it incorrectly resolved to @types/assert, which is *almost* the same, but a port that necessarily lags a bit, and is compatible with the browser.
This commit is contained in:
parent
a5b1430bdb
commit
21c788a102
@ -50,6 +50,9 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"assert": ["node/assert.d.ts"]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user