mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-05-07 21:50:03 +00:00
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
"test/list-exports"
|
|
],
|
|
}
|