news-threads-client/tsconfig.json

13 строки
234 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"forceConsistentCasingInFileNames": true,
"strict": true,
"jsx": "react",
"skipLibCheck": true
}
}