Files
PIbd-23_Sheymuhov_A.I._Inte…/jsconfig.json

13 lines
310 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src/**",
"checkJs": true
},
"exclude": ["node_modules", "**/node_modules/*"]
}