UNPKG

@girs/harfbuzz-0.0

Version:

GJS TypeScript type definitions for HarfBuzz-0.0, generated from library version 13.2.1

39 lines (36 loc) 860 B
{ "compilerOptions": { // General settings for code interpretation "target": "ESNext", "module": "NodeNext", "lib": ["ESNext"], "types": [], "experimentalDecorators": true, "moduleResolution": "NodeNext", "noEmit": true, "noEmitOnError": false, "rootDir": ".", // General settings for code generation "removeComments": false, "inlineSourceMap": false, "inlineSources": false, "newLine": "LF", // Show diagnostics "diagnostics": true, "paths": { "@girs/freetype2-2.0": [ "../freetype2-2.0/index.d.ts" ], "@girs/gobject-2.0": [ "../gobject-2.0/index.d.ts" ], "@girs/glib-2.0": [ "../glib-2.0/index.d.ts" ], "@girs/gjs": [ "../gjs/index.d.ts" ] } }, "include": ["./harfbuzz-0.0.d.ts"] }