mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-07-19 18:13:33 -04:00
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
}
|