Afanasev_Stepan_PIbd-21_IP/ИП 5 лаба/jsconfig.json
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

15 lines
323 B
JSON

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