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