openai/codex-action

Public

mirrored from https://github.com/openai/codex-actionAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tsconfig.json

14lines · modecode

1{
2 "compilerOptions": {
3 "target": "ES2021",
4 "module": "ESNext",
5 "moduleResolution": "Node",
6 "resolveJsonModule": true,
7 "esModuleInterop": true,
8 "strict": true,
9 "skipLibCheck": true,
10 "forceConsistentCasingInFileNames": true,
11 "noEmit": true
12 },
13 "include": ["src/**/*.ts"]
14}
15