UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

96 lines 2.85 kB
{ "compilerOptions": { "allowJs": true, "checkJs": true, "composite": true, "declaration": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "inlineSources": true, "lib": [ "esnext", "dom", "dom.iterable" ], "module": "esnext", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "noUnusedLocals": false, "outDir": ".", "rootDir": "../../../../../../front_end/models/extensions", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "tsBuildInfoFile": "extensions-tsconfig.json.tsbuildinfo", "typeRoots": [], "useUnknownInCatchVariables": false }, "files": [ "../../../../../../front_end/models/extensions/ExtensionAPI.ts", "../../../../../../front_end/models/extensions/ExtensionEndpoint.ts", "../../../../../../front_end/models/extensions/ExtensionPanel.ts", "../../../../../../front_end/models/extensions/ExtensionServer.ts", "../../../../../../front_end/models/extensions/ExtensionView.ts", "../../../../../../front_end/models/extensions/HostUrlPattern.ts", "../../../../../../front_end/models/extensions/LanguageExtensionEndpoint.ts", "../../../../../../front_end/models/extensions/RecorderExtensionEndpoint.ts", "../../../../../../front_end/models/extensions/RecorderPluginManager.ts", "../../../../../../front_end/legacy/legacy-defs.d.ts", "../../../../../../front_end/global_typings/global_defs.d.ts", "../../../../../../front_end/global_typings/request_idle_callback.d.ts", "../../../../../../node_modules/@types/filesystem/index.d.ts" ], "references": [ { "path": "../../../extension-api/extension-api-tsconfig.json" }, { "path": "../../core/common/bundle-tsconfig.json" }, { "path": "../../core/host/bundle-tsconfig.json" }, { "path": "../../core/i18n/bundle-tsconfig.json" }, { "path": "../../core/platform/bundle-tsconfig.json" }, { "path": "../../core/protocol_client/bundle-tsconfig.json" }, { "path": "../../core/root/bundle-tsconfig.json" }, { "path": "../../core/sdk/bundle-tsconfig.json" }, { "path": "../bindings/bundle-tsconfig.json" }, { "path": "../har/bundle-tsconfig.json" }, { "path": "../logs/bundle-tsconfig.json" }, { "path": "../text_utils/bundle-tsconfig.json" }, { "path": "../workspace/bundle-tsconfig.json" }, { "path": "../../ui/legacy/bundle-tsconfig.json" }, { "path": "../../ui/legacy/components/utils/bundle-tsconfig.json" }, { "path": "../../ui/legacy/theme_support/bundle-tsconfig.json" } ] }