UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

72 lines 2.15 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/panels/sources/components", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "tsBuildInfoFile": "components-tsconfig.json.tsbuildinfo", "typeRoots": [], "useUnknownInCatchVariables": false }, "files": [ "../../../../../../../front_end/panels/sources/components/BreakpointsView.ts", "../../../../../../../front_end/panels/sources/components/BreakpointsViewUtils.ts", "../../../../../../../front_end/panels/sources/components/HeadersView.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": "../../../core/i18n/bundle-tsconfig.json" }, { "path": "../../../core/sdk/bundle-tsconfig.json" }, { "path": "../../../models/persistence/bundle-tsconfig.json" }, { "path": "../../../models/workspace/bundle-tsconfig.json" }, { "path": "../../../ui/components/buttons/bundle-tsconfig.json" }, { "path": "../../../ui/components/helpers/bundle-tsconfig.json" }, { "path": "../../../ui/components/legacy_wrapper/bundle-tsconfig.json" }, { "path": "../../../ui/components/two_states_counter/bundle-tsconfig.json" }, { "path": "../../../ui/legacy/components/utils/bundle-tsconfig.json" }, { "path": "../../../ui/lit-html/bundle-tsconfig.json" } ] }