github.com/minio/console@v1.4.1/web-app/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "es2015", 4 "lib": ["dom", "dom.iterable", "esnext"], 5 "allowJs": true, 6 "skipLibCheck": true, 7 "esModuleInterop": true, 8 "allowSyntheticDefaultImports": true, 9 "strict": true, 10 "forceConsistentCasingInFileNames": true, 11 "module": "esnext", 12 "moduleResolution": "node", 13 "resolveJsonModule": true, 14 "isolatedModules": true, 15 "noEmit": true, 16 "jsx": "react-jsx", 17 "downlevelIteration": true, 18 "noFallthroughCasesInSwitch": true, 19 "baseUrl": "./src", 20 "rootDir": "./src" 21 }, 22 "include": ["src"] 23 }