mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build/",
|
|
"target": "es2018", // Node.js 10 (https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping)
|
|
"module": "commonjs",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*"
|
|
]
|
|
}
|