UNPKG
doubly
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
Doubly linked list in TypeScript
github.com/tjmehta/doubly
tjmehta/doubly
doubly
/
babel.config.js
15 lines
(14 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// babel.config.js
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ],
'@babel/preset-typescript'
], }