steep-balloon-41261
05/22/2023, 1:47 PMpolite-kilobyte-67570
05/22/2023, 3:36 PMnice-agent-18188
05/22/2023, 4:10 PM{
"compilerOptions": {
"target": "ES2018",
"importHelpers": true,
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"noEmitOnError": false,
"jsx": "react-jsx",
"strictNullChecks": false,
"noImplicitAny": false,
"noImplicitThis": false,
"noImplicitReturns": false,
polite-kilobyte-67570
05/22/2023, 4:48 PM