Pibd-21_Ievlewa_M.D._Intern.../jsconfig.json

15 lines
323 B
JSON
Raw Permalink Normal View History

2023-12-22 00:41:43 +04:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
2023-12-23 19:22:10 +04:00
"strictFunctionTypes": true,
"sourceMap": true
2023-12-22 00:41:43 +04:00
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}