Something went wrong. Try again.
Small repo for scanning Tangled for repos with github workflows, but no tangled workflows, and whether the workflows currently can be converted with https://github.com/43081j/tangleflow or not.
Something went wrong. Try again.
tangleflow-coverage tsconfig.json
503 B · 20 lines
JSON
at main
123456789101112131415161718192021{ "compilerOptions": { "module": "nodenext", "target": "esnext", "types": ["node"], "noEmit": true, "allowImportingTsExtensions": true, "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "isolatedModules": true, "noUncheckedSideEffectImports": true, "erasableSyntaxOnly": true, "skipLibCheck": true }, "include": ["src"]}