8000 github-pages-deploy-action/tsconfig.json at dev-v3 · npalm/github-pages-deploy-action · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"__tests__","path":"__tests__","contentType":"directory"},{"name":"assets","path":"assets","contentType":"directory"},{"name":"integration","path":"integration","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".eslintrc.json","path":".eslintrc.json","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".nvmrc","path":".nvmrc","contentType":"file"},{"name":".prettierrc.json","path":".prettierrc.json","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"SECURITY.md","path":"SECURITY.md","contentType":"file"},{"name":"action.yml","path":"action.yml","contentType":"file"},{"name":"jest.config.js","path":"jest.config.js","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"tsconfig.json","path":"tsconfig.json","contentType":"file"},{"name":"yarn.lock","path":"yarn.lock","contentType":"file"}],"totalCount":19}},"fileTreeProcessingTime":8.098244,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":452252154,"defaultBranch":"dev","name":"github-pages-deploy-action","ownerLogin":"npalm","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-01-26T11:38:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11609620?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"dev-v3","listCacheKey":"v0:1643197128.067209","canEdit":false,"refType":"branch","currentOid":"9470823b5a2c7be376fa1c1236f1f89651ad1e67"},"path":"tsconfig.json","currentUser":null,"blob":{"rawLines":["{"," \"compilerOptions\": {"," /* Basic Options */"," // \"incremental\": true, /* Enable incremental compilation */"," \"target\": \"es6\", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */"," \"module\": \"commonjs\", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */"," // \"allowJs\": true, /* Allow javascript files to be compiled. */"," // \"checkJs\": true, /* Report errors in .js files. */"," // \"jsx\": \"preserve\", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */"," // \"declaration\": true, /* Generates corresponding '.d.ts' file. */"," // \"declarationMap\": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */"," // \"sourceMap\": true, /* Generates corresponding '.map' file. */"," // \"outFile\": \"./\", /* Concatenate and emit output to single file. */"," \"outDir\": \"./lib\", /* Redirect output structure to the directory. */"," \"rootDir\": \"./src\", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */"," // \"composite\": true, /* Enable project compilation */"," // \"tsBuildInfoFile\": \"./\", /* Specify file to store incremental compilation information */"," // \"removeComments\": true, /* Do not emit comments to output. */"," // \"noEmit\": true, /* Do not emit outputs. */"," // \"importHelpers\": true, /* Import emit helpers from 'tslib'. */"," // \"downlevelIteration\": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */"," // \"isolatedModules\": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */",""," /* Strict Type-Checking Options */"," \"strict\": true, /* Enable all strict type-checking options. */"," \"noImplicitAny\": false, /* Raise error on expressions and declarations with an implied 'any' type. */"," // \"strictNullChecks\": true, /* Enable strict null checks. */"," // \"strictFunctionTypes\": true, /* Enable strict checking of function types. */"," // \"strictBindCallApply\": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */"," // \"strictPropertyInitialization\": true, /* Enable strict checking of property initialization in classes. */"," // \"noImplicitThis\": true, /* Raise error on 'this' expressions with an implied 'any' type. */"," // \"alwaysStrict\": true, /* Parse in strict mode and emit \"use strict\" for each source file. */",""," /* Additional Checks */"," // \"noUnusedLocals\": true, /* Report errors on unused locals. */"," // \"noUnusedParameters\": true, /* Report errors on unused parameters. */"," // \"noImplicitReturns\": true, /* Report error when not all code paths in function return a value. */"," // \"noFallthroughCasesInSwitch\": true, /* Report errors for fallthrough cases in switch statement. */",""," /* Module Resolution Options */"," // \"moduleResolution\": \"node\", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */"," // \"baseUrl\": \"./\", /* Base directory to resolve non-absolute module names. */"," // \"paths\": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */"," // \"rootDirs\": [], /* List of root folders whose combined content represents the structure of the project at runtime. */"," // \"typeRoots\": [], /* List of folders to include type definitions from. */"," // \"types\": [], /* Type declaration files to be included in compilation. */"," // \"allowSyntheticDefaultImports\": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */"," \"esModuleInterop\": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */"," // \"preserveSymlinks\": true, /* Do not resolve the real path of symlinks. */"," // \"allowUmdGlobalAccess\": true, /* Allow accessing UMD globals from modules. */",""," /* Source Map Options */"," // \"sourceRoot\": \"\", /* Specify the location where debugger should locate TypeScript files instead of source locations. */"," // \"mapRoot\": \"\", /* Specify the location where debugger should locate map files instead of generated locations. */"," // \"inlineSourceMap\": true, /* Emit a single file with source maps instead of having a separate file. */"," // \"inlineSources\": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */",""," /* Experimental Options */"," // \"experimentalDecorators\": true, /* Enables experimental support for ES7 decorators. */"," // \"emitDecoratorMetadata\": true, /* Enables experimental support for emitting type metadata for decorators. */"," },"," \"exclude\": [\"node_modules\", \"**/*.test.ts\"]","}"],"stylingDirectives":[[],[[2,19,"pl-s"]],[[4,23,"pl-c"],[4,6,"pl-c"],[21,23,"pl-c"]],[[4,82,"pl-c"],[4,6,"pl-c"]],[[4,12,"pl-s"],[14,19,"pl-s"],[14,15,"pl-pds"],[18,19,"pl-pds"],[46,172,"pl-c"],[46,48,"pl-c"],[170,172,"pl-c"]],[[4,12,"pl-s"],[14,24,"pl-s"],[14,15,"pl-pds"],[23,24,"pl-pds"],[46,150,"pl-c"],[46,48,"pl-c"],[148,150,"pl-c"]],[[4,90,"pl-c"],[4,6,"pl-c"]],[[4,79,"pl-c"],[4,6,"pl-c"]],[[4,120,"pl-c"],[4,6,"pl-c"]],[[4,89,"pl-c"],[4,6,"pl-c"]],[[4,110,"pl-c"],[4,6,"pl-c"]],[[4,88,"pl-c"],[4,6,"pl-c"]],[[4,95,"pl-c"],[4,6,"pl-c"]],[[4,12,"pl-s"],[14,21,"pl-s"],[14,15,"pl-pds"],[20,21,"pl-pds"],[46,95,"pl-c"],[46,48,"pl-c"],[93,95,"pl-c"]],[[4,13,"pl-s"],[15,22,"pl-s"],[15,16,"pl-pds"],[21,22,"pl-pds"],[46,155,"pl-c"],[46,48,"pl-c"],[153,155,"pl-c"]],[[4,78,"pl-c"],[4,6,"pl-c"]],[[4,109,"pl-c"],[4,6,"pl-c"]],[[4,83,"pl-c"],[4,6,"pl-c"]],[[4,72,"pl-c"],[4,6,"pl-c"]],[[4,85,"pl-c"],[4,6,"pl-c"]],[[4,156,"pl-c"],[4,6,"pl-c"]],[[4,127,"pl-c"],[4,6,"pl-c"]],[],[[4,38,"pl-c"],[4,6,"pl-c"],[36,38,"pl-c"]],[[4,12,"pl-s"],[14,18,"pl-c1"],[46,92,"pl-c"],[46,48,"pl-c"],[90,92,"pl-c"]],[[4,19,"pl-s"],[21,26,"pl-c1"],[44,121,"pl-c"],[44,46,"pl-c"],[119,121,"pl-c"]],[[4,78,"pl-c"],[4,6,"pl-c"]],[[4,93,"pl-c"],[4,6,"pl-c"]],[[4,115,"pl-c"],[4,6,"pl-c"]],[[4,113,"pl-c"],[4,6,"pl-c"]],[[4,113,"pl-c"],[4,6,"pl-c"]],[[4,116,"pl-c"],[4,6,"pl-c"]],[],[[4,27,"pl-c"],[4,6,"pl-c"],[25,27,"pl-c"]],[[4,83,"pl-c"],[4,6,"pl-c"]],[[4,87,"pl-c"],[4,6,"pl-c"]],[[4,116,"pl-c"],[4,6,"pl-c"]],[[4,108,"pl-c"],[4,6,"pl-c"]],[],[[4,35,"pl-c"],[4,6,"pl-c"],[33,35,"pl-c"]],[[4,139,"pl-c"],[4,6,"pl-c"]],[[4,104,"pl-c"],[4,6,"pl-c"]],[[4,139,"pl-c"],[4,6,"pl-c"]],[[4,147,"pl-c"],[4,6,"pl-c"]],[[4,101,"pl-c"],[4,6,"pl-c"]],[[4,105,"pl-c"],[4,6,"pl-c"]],[[4,161,"pl-c"],[4,6,"pl-c"]],[[4,21,"pl-s"],[23,27,"pl-c1"],[46,204,"pl-c"],[46,48,"pl-c"],[202,204,"pl-c"]],[[4,93,"pl-c"],[4,6,"pl-c"]],[[4,93,"pl-c"],[4,6,"pl-c"]],[],[[4,28,"pl-c"],[4,6,"pl-c"],[26,28,"pl-c"]],[[4,147,"pl-c"],[4,6,"pl-c"]],[[4,143,"pl-c"],[4,6,"pl-c"]],[[4,122,"pl-c"],[4,6,"pl-c"]],[[4,171,"pl-c"],[4,6,"pl-c"]],[],[[4,30,"pl-c"],[4,6,"pl-c"],[28,30,"pl-c"]],[[4,100,"pl-c"],[4,6,"pl-c"]],[[4,123,"pl-c"],[4,6,"pl-c"]],[],[[2,11,"pl-s"],[14,28,"pl-s"],[14,15,"pl-pds"],[27,28,"pl-pds"],[30,44,"pl-s"],[30,31,"pl-pds"],[43,44,"pl-pds"]],[]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/npalm/github-pages-deploy-action/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"tsconfig.json","displayUrl":"https://github.com/npalm/github-pages-deploy-action/blob/dev-v3/tsconfig.json?raw=true","headerInfo":{"blobSize":"5.55 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"960dc9f","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fnpalm%2Fgithub-pages-deploy-action%2Fblob%2Fdev-v3%2Ftsconfig.json","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"63","truncatedSloc":"58"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"JSON with Comments","languageID":423,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/npalm/github-pages-deploy-action/blob/dev-v3/tsconfig.json","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/npalm/github-pages-deploy-action/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/npalm/github-pages-deploy-action/raw/refs/heads/dev-v3/tsconfig.json","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"isMarketplaceEnabled":true,"csrf_tokens":{"/npalm/github-pages-deploy-action/branches":{"post":"40FaNgwp8UnSR2LAs9v0fsfNqJ1vXbww5bv3u4JXoQzTPY6crSmatgijJhluCvu27XAD89WE7fmbrZmh_8OR-w"},"/repos/preferences":{"post":"3iV6YgU7RU6U2lyoLEuxtq8DPAH9PK2AafbOGZj2xLaS4RyPBRd0JnhmtZCAkH8f-JhNPLLT-zT90aizUp7ZXQ"}}},"title":"github-pages-deploy-action/tsconfig.json at dev-v3 · npalm/github-pages-deploy-action","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-0b6f8702959e.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0