@quick-game/cli
Version:
Command line interface for rapid qg development
86 lines • 3.01 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/models/bindings",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "bindings-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/models/bindings/CSSWorkspaceBinding.ts",
"../../../../../../front_end/models/bindings/CompilerScriptMapping.ts",
"../../../../../../front_end/models/bindings/ContentProviderBasedProject.ts",
"../../../../../../front_end/models/bindings/DebuggerLanguagePlugins.ts",
"../../../../../../front_end/models/bindings/DebuggerWorkspaceBinding.ts",
"../../../../../../front_end/models/bindings/DefaultScriptMapping.ts",
"../../../../../../front_end/models/bindings/FileUtils.ts",
"../../../../../../front_end/models/bindings/IgnoreListManager.ts",
"../../../../../../front_end/models/bindings/LiveLocation.ts",
"../../../../../../front_end/models/bindings/NetworkProject.ts",
"../../../../../../front_end/models/bindings/PresentationConsoleMessageHelper.ts",
"../../../../../../front_end/models/bindings/ResourceMapping.ts",
"../../../../../../front_end/models/bindings/ResourceScriptMapping.ts",
"../../../../../../front_end/models/bindings/ResourceUtils.ts",
"../../../../../../front_end/models/bindings/SASSSourceMapping.ts",
"../../../../../../front_end/models/bindings/StylesSourceMapping.ts",
"../../../../../../front_end/models/bindings/TempFile.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/root/bundle-tsconfig.json"
},
{
"path": "../../core/sdk/bundle-tsconfig.json"
},
{
"path": "../../generated/protocol-tsconfig.json"
},
{
"path": "../text_utils/bundle-tsconfig.json"
},
{
"path": "../workspace/bundle-tsconfig.json"
}
]
}