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
336 B
JSON
17 lines
336 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 14",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["es2020"],
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|