UNPKG

slint-ui

Version:

Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications.

19 lines (18 loc) 410 B
{ "compilerOptions": { "module": "nodenext", "moduleResolution": "nodenext", "target": "esnext", "noEmit": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "types": ["node"], "paths": { "slint-ui": ["./typescript/index.ts"] } }, "include": [ "__test__/registry/", "scripts/" ] }