@quick-game/cli
Version:
Command line interface for rapid qg development
116 lines • 3.52 kB
JSON
{
"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/console",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "console-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/panels/console/ConsoleContextSelector.ts",
"../../../../../../front_end/panels/console/ConsoleFilter.ts",
"../../../../../../front_end/panels/console/ConsoleFormat.ts",
"../../../../../../front_end/panels/console/ConsolePanel.ts",
"../../../../../../front_end/panels/console/ConsolePinPane.ts",
"../../../../../../front_end/panels/console/ConsolePrompt.ts",
"../../../../../../front_end/panels/console/ConsoleSidebar.ts",
"../../../../../../front_end/panels/console/ConsoleView.ts",
"../../../../../../front_end/panels/console/ConsoleViewMessage.ts",
"../../../../../../front_end/panels/console/ConsoleViewport.ts",
"../../../../../../front_end/panels/console/ErrorStackParser.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/sdk/bundle-tsconfig.json"
},
{
"path": "../../models/bindings/bundle-tsconfig.json"
},
{
"path": "../../models/issues_manager/bundle-tsconfig.json"
},
{
"path": "../../models/logs/bundle-tsconfig.json"
},
{
"path": "../../models/source_map_scopes/bundle-tsconfig.json"
},
{
"path": "../../models/text_utils/bundle-tsconfig.json"
},
{
"path": "../../third_party/codemirror.next/bundle-tsconfig.json"
},
{
"path": "../../ui/components/code_highlighter/bundle-tsconfig.json"
},
{
"path": "../../ui/components/icon_button/bundle-tsconfig.json"
},
{
"path": "../../ui/components/request_link_icon/bundle-tsconfig.json"
},
{
"path": "../../ui/components/text_editor/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/data_grid/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/object_ui/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/utils/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/theme_support/bundle-tsconfig.json"
},
{
"path": "../console_counters/bundle-tsconfig.json"
}
]
}