Internet_Programming_PIbd-2.../лаб5/реакт1 — копия/jsconfig.json
2023-12-22 11:16:01 +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/*"
]
}