UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

43 lines 1.3 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/code_highlighter", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "tsBuildInfoFile": "code_highlighter-tsconfig.json.tsbuildinfo", "typeRoots": [], "useUnknownInCatchVariables": false }, "files": [ "../../../../../../../front_end/ui/components/code_highlighter/CodeHighlighter.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": "../../../third_party/codemirror.next/bundle-tsconfig.json" } ] }