{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "jsx": "preserve", "lib": [ "dom", "es2017" ], "module": "esnext", "moduleResolution": "node", "noEmit": true, "noUnusedLocals": true, "noUnusedParameters": true, "preserveConstEnums": true, "removeComments": false, "skipLibCheck": true, "sourceMap": true, "strict": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "target": "esnext" } }