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