openvidu/openvidu-testapp/tsconfig.json

23 lines
452 B
JSON
Raw Normal View History

2017-03-08 16:50:29 +01:00
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
2017-03-08 16:50:29 +01:00
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES2022",
2017-09-26 18:13:00 +02:00
"typeRoots": [
"node_modules/@types"
],
2017-03-08 16:50:29 +01:00
"lib": [
2017-09-26 18:13:00 +02:00
"es2017",
"dom",
"ES2021.WeakRef"
],
"useDefineForClassFields": false
2017-03-08 16:50:29 +01:00
}
}