mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
13 lines
188 B
JSON
13 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": false,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
]
|
|
}
|