github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/dashboard/frontend/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "rootDir": ".",
     4      "outDir": "lib",
     5      "jsx": "react-jsx",
     6      "skipLibCheck": true,
     7      "target": "es2015",
     8      "module": "commonjs",
     9      "declaration": true,
    10      "declarationMap": true,
    11      "sourceMap": true,
    12      "strict": true,
    13      "esModuleInterop": true,
    14      "resolveJsonModule": true
    15    },
    16    "include": [
    17      "src/**/*"
    18    ]
    19  }