mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"strict": true
|
|
},
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|