Skip to content

Commit 63700b2

Browse files
committed
Remove deprecated path mappings
1 parent e265ddf commit 63700b2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
"lib": [
1313
"es2017",
1414
"dom"
15-
],
16-
"paths": {
17-
"stream": [ "node_modules/readable-stream" ],
18-
"assert": [ "node_modules/assert" ],
19-
"core-js/es7/reflect": [ "node_modules/core-js/proposals/reflect-metadata" ]
20-
}
15+
]
2116
}
2217
}

0 commit comments

Comments
 (0)