chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"strict": false,
|
||||
"noImplicitAny": false,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": [
|
||||
"plugins/codex/scripts/lib/app-server.mjs",
|
||||
"plugins/codex/scripts/lib/codex.mjs",
|
||||
"plugins/codex/scripts/lib/fs.mjs",
|
||||
"plugins/codex/scripts/lib/process.mjs",
|
||||
"plugins/codex/scripts/lib/app-server-protocol.d.ts",
|
||||
"plugins/codex/.generated/app-server-types/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user