PIbd-22_Kaznacheeva.E.K_Int.../lab4/jsconfig.json

14 lines
296 B
JSON
Raw Permalink Normal View History

2023-12-22 15:08:57 +04:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}