@quick-game/cli
Version:
Command line interface for rapid qg development
77 lines • 2.05 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/changes",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "changes-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/panels/changes/ChangesSidebar.ts",
"../../../../../../front_end/panels/changes/ChangesView.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/common/bundle-tsconfig.json"
},
{
"path": "../../core/i18n/bundle-tsconfig.json"
},
{
"path": "../../core/root/bundle-tsconfig.json"
},
{
"path": "../../models/text_utils/bundle-tsconfig.json"
},
{
"path": "../../models/workspace/bundle-tsconfig.json"
},
{
"path": "../../models/workspace_diff/bundle-tsconfig.json"
},
{
"path": "../snippets/bundle-tsconfig.json"
},
{
"path": "../utils/bundle-tsconfig.json"
},
{
"path": "../../third_party/diff/bundle-tsconfig.json"
},
{
"path": "../../ui/components/diff_view/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/bundle-tsconfig.json"
},
{
"path": "../../ui/lit-html/bundle-tsconfig.json"
}
]
}