Unofficial static Figma frame/file viewer available as HTML CustomElement
{ "compilerOptions": { "target": "ES2015", "module": "ESNext", "declaration": true, "lib": ["ESNext", "DOM"], "strict": true, "moduleResolution": "Node" }, "include": ["./src/**/*.ts"] }