Medvedkov_PIbd-21_IP/jsconfig.json
MaDernizator fbb5144ef3 Код 2
2024-01-10 21:37:47 +04:00

14 lines
296 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}