==== tsconfig.json ==== "compilerOptions": { ... "target": "esnext", "module": "esnext", "strict": true, "noImplicitAny": false, "noImplicitThis": false, ... } ==== Vrac ==== x: [String, Number, Array as () => Array]