mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
merge
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
],
|
||||
"types": ["node"],
|
||||
"baseUrl": "./",
|
||||
"resolveJsonModule": false, // ESM doesn't yet support JSON modules.
|
||||
"resolveJsonModule": true, // ESM doesn't yet support JSON modules.
|
||||
"jsx": "react",
|
||||
"declaration": true,
|
||||
"newLine": "lf",
|
||||
@@ -30,5 +30,5 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
"include": ["src", "tests", "bin"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user