translation in frontend

This commit is contained in:
Felix Kaspar
2024-01-28 19:14:53 +01:00
parent 9a721f8658
commit fbc921a077
9 changed files with 80 additions and 15 deletions

View File

@@ -27,5 +27,5 @@ export function getOperatorByName(name: string): typeof Operator | undefined {
export function listOperatorNames(): string[] {
// TODO: Implement this
return [];
return ["impose"];
}

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "Node16",
"module": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
"paths": {