{ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "target": "es5", "module": "es6", "outDir": "./build", "allowJs": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }