mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 12:27:30 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["es2018"],
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|