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