UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

66 lines 1.9 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/ui/components/panel_feedback", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "tsBuildInfoFile": "panel_feedback-tsconfig.json.tsbuildinfo", "typeRoots": [], "useUnknownInCatchVariables": false }, "files": [ "../../../../../../../front_end/ui/components/panel_feedback/FeedbackButton.ts", "../../../../../../../front_end/ui/components/panel_feedback/PanelFeedback.ts", "../../../../../../../front_end/ui/components/panel_feedback/PreviewToggle.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/host/bundle-tsconfig.json" }, { "path": "../../../core/i18n/bundle-tsconfig.json" }, { "path": "../../../core/root/bundle-tsconfig.json" }, { "path": "../helpers/bundle-tsconfig.json" }, { "path": "../render_coordinator/bundle-tsconfig.json" }, { "path": "../../lit-html/bundle-tsconfig.json" }, { "path": "../buttons/bundle-tsconfig.json" }, { "path": "../input/bundle-tsconfig.json" } ] }