Skip to content

Commit c4d81b0

Browse files
committed
fix tsconfig.json files
1 parent ca96931 commit c4d81b0

15 files changed

Lines changed: 50 additions & 16 deletions

File tree

packages/node-opcua-benchmarker/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": ["source/index.ts"]
78
}

packages/node-opcua-binary-stream/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
10+
711
}

packages/node-opcua-buffer-utils/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
10+
711
}

packages/node-opcua-chunkmanager/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
10+
711
}

packages/node-opcua-date-time/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
710
}

packages/node-opcua-debug/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
710

811
}

packages/node-opcua-enum/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [
8+
"source/index.ts"
9+
]
10+
711

812
}

packages/node-opcua-factory/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": [ "source/index.ts"]
78
}

packages/node-opcua-guid/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"compilerOptions": {
44
"rootDir": "source",
55
"outDir": "dist"
6-
}
6+
},
7+
"files": ["source/index.ts"]
78
}

packages/node-opcua-model/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
"outDir": "dist"
66
},
77
"files": [
8-
"source/index.ts",
9-
"source/opcua_code_generator.ts"
108
]
119
}

0 commit comments

Comments
 (0)