-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
26 lines (24 loc) · 1.11 KB
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@woifes/alarmhandler": ["packages/alarmhandler/index.ts"],
"@woifes/alarmhandlermqtt": ["packages/alarmhandlermqtt/index.ts"],
"@woifes/binarytypes": ["packages/binarytypes/index.ts"],
"@woifes/gjson": ["packages/gjson/index.ts"],
"@woifes/mqtt-client": ["packages/mqtt-client/index.ts"],
"@woifes/mqtt-client/decorator": ["packages/mqtt-client/src/decorator/index.ts"],
"@woifes/s7endpoint": ["packages/s7endpoint/index.ts"],
"@woifes/util": ["packages/util/index.ts"],
"@woifes/license-report": ["projects/license-report/index.ts"],
"@woifes/matrix-mqtt-bridge": ["projects/matrix-mqtt-bridge/index.ts"],
"@woifes/mqtt-influxdb-agent": ["projects/mqtt-influxdb-agent/index.ts"],
"@woifes/mqtt-postgres-agent": ["projects/mqtt-postgres-agent/index.ts"],
"@woifes/s7mqtt": ["projects/s7mqtt/index.ts"],
"@woifes/yasdi-mqtt": ["projects/yasdi-mqtt/index.ts"],
"@woifes/yasdi-rest": ["projects/yasdi-rest/index.ts"],
},
"noEmit": true
}
}