mirror of https://github.com/OpenVidu/openvidu.git
32 lines
710 B
JSON
32 lines
710 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": "src",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "bundler",
|
|
"experimentalDecorators": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"useDefineForClassFields": false,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": false,
|
|
"allowJs": false
|
|
}
|
|
}
|