system-prompts-and-models-o.../unified-ai-platform/node_modules/@tsconfig/node16/tsconfig.json
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

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"
}
}