UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

73 lines 2.96 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/trace/handlers", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "tsBuildInfoFile": "handlers-tsconfig.json.tsbuildinfo", "typeRoots": [], "useUnknownInCatchVariables": false }, "files": [ "../../../../../../../front_end/models/trace/handlers/AnimationHandler.ts", "../../../../../../../front_end/models/trace/handlers/GPUHandler.ts", "../../../../../../../front_end/models/trace/handlers/LargestImagePaintHandler.ts", "../../../../../../../front_end/models/trace/handlers/LargestTextPaintHandler.ts", "../../../../../../../front_end/models/trace/handlers/LayoutShiftsHandler.ts", "../../../../../../../front_end/models/trace/handlers/MemoryHandler.ts", "../../../../../../../front_end/models/trace/handlers/MetaHandler.ts", "../../../../../../../front_end/models/trace/handlers/Migration.ts", "../../../../../../../front_end/models/trace/handlers/ModelHandlers.ts", "../../../../../../../front_end/models/trace/handlers/NetworkRequestsHandler.ts", "../../../../../../../front_end/models/trace/handlers/PageLoadMetricsHandler.ts", "../../../../../../../front_end/models/trace/handlers/RendererHandler.ts", "../../../../../../../front_end/models/trace/handlers/SamplesHandler.ts", "../../../../../../../front_end/models/trace/handlers/ScreenshotsHandler.ts", "../../../../../../../front_end/models/trace/handlers/UserInteractionsHandler.ts", "../../../../../../../front_end/models/trace/handlers/UserTimingsHandler.ts", "../../../../../../../front_end/models/trace/handlers/WarningsHandler.ts", "../../../../../../../front_end/models/trace/handlers/WorkersHandler.ts", "../../../../../../../front_end/models/trace/handlers/types.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/platform/bundle-tsconfig.json" }, { "path": "../../../generated/generated-tsconfig.json" }, { "path": "../../cpu_profile/bundle-tsconfig.json" }, { "path": "../helpers/bundle-tsconfig.json" }, { "path": "../types/bundle-tsconfig.json" } ] }