Skip to content

Commit 6081e38

Browse files
authored
build(datastore, datastore-definitions, container-runtime-definitions, runtime-definitions): Enable exactOptionalPropertyTypes (microsoft#23802)
Enables `exactOptionalPropertyTypes` in the following packages: - datastore - datastore-definitions - container-runtime-definitions - runtime-definitions None of the above contained any violations, so no code changes were required. [AB#8215](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8215)
1 parent 8f6f53e commit 6081e38

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/runtime/container-runtime-definitions/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"rootDir": "./src",
77
"outDir": "./lib",
88
"emitDeclarationOnly": true,
9-
"exactOptionalPropertyTypes": false,
109
},
1110
}

packages/runtime/datastore-definitions/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"rootDir": "./src",
77
"outDir": "./lib",
88
"emitDeclarationOnly": true,
9-
"exactOptionalPropertyTypes": false,
109
},
1110
}

packages/runtime/datastore/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"compilerOptions": {
66
"rootDir": "./src",
77
"outDir": "./lib",
8-
"exactOptionalPropertyTypes": false,
98
},
109
}

packages/runtime/runtime-definitions/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"compilerOptions": {
66
"rootDir": "./src",
77
"outDir": "./lib",
8-
"exactOptionalPropertyTypes": false,
98
},
109
}

0 commit comments

Comments
 (0)