mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": false,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
]
|
|
}
|