PIbd-21_Belianin_N.N._Inter.../Frontend/Lab5/jsconfig.json

15 lines
323 B
JSON
Raw Normal View History

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