UNPKG

@girs/gst-1.0

Version:

GJS TypeScript type definitions for Gst-1.0, generated from library version 1.28.1

39 lines (36 loc) 851 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/gobject-2.0": [ "../gobject-2.0/index.d.ts" ], "@girs/glib-2.0": [ "../glib-2.0/index.d.ts" ], "@girs/gmodule-2.0": [ "../gmodule-2.0/index.d.ts" ], "@girs/gjs": [ "../gjs/index.d.ts" ] } }, "include": ["./gst-1.0.d.ts"] }