github.com/ethereum-optimism/optimism@v1.7.2/packages/fee-estimation/tsconfig.json (about)

     1  {
     2    "extends": "../../tsconfig.json",
     3    "compilerOptions": {
     4      "outDir": "./dist",
     5      "baseUrl": "./src",
     6      "strict": true,
     7      "skipLibCheck": true,
     8      "module": "ESNext",
     9      "moduleResolution": "node",
    10      "jsx": "react",
    11      "target": "ESNext",
    12      "noEmit": true
    13    },
    14    "include": ["./src"]
    15  }