We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e7bb commit b867b7bCopy full SHA for b867b7b
1 file changed
src/config.ts
@@ -1,7 +1,9 @@
1
-export const CONFIG = {
2
- // other options: "_id", "name"
+import { Config } from "./interfaces/util.js";
+
3
+export const CONFIG: Config = {
4
+ // other options: "id", "_id", "name", $xmi:id
5
IDENTIFIER: "id",
- ORDERED_LIST: false,
6
+ ORDERED_LIST: true,
7
};
8
9
export const algoVariation = {
0 commit comments