mirror of https://github.com/OpenVidu/openvidu.git
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"ES2022",
|
|
"dom",
|
|
"ES2021.WeakRef"
|
|
],
|
|
"types": ["node"],
|
|
"skipLibCheck": true,
|
|
"useDefineForClassFields": false
|
|
}
|
|
}
|