UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

18 lines (17 loc) 457 B
{ "extends": "./tsconfig.json", "compilerOptions": { // General settings for code interpretation "target": "ESNext", "module": "ESNext", "noEmit": true, "baseUrl": "./", "rootDir": ".", // General settings for code generation "removeComments": false, "inlineSourceMap": false, "inlineSources": false, "newLine": "LF" }, "include": ["./src/**/*.d.ts"] }