Web-programming_Petrushin_E.../Lab3/PrBookfill/jsconfig.json

14 lines
299 B
JSON
Raw Permalink Normal View History

2023-11-10 14:23:55 +04:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "preserve",
"strictNullChecks": true,
"strictFunctionTypes": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}