github.com/pojntfx/hydrapp/hydrapp@v0.0.0-20240516002902-d08759d6ca9f/pkg/generators/tsconfig.json.tpl (about)

     1  {
     2    "compilerOptions": {
     3      "lib": ["dom", "dom.iterable", "esnext"],
     4      "allowJs": true,
     5      "skipLibCheck": true,
     6      "strict": true,
     7      "noEmit": true,
     8      "esModuleInterop": true,
     9      "module": "esnext",
    10      "moduleResolution": "bundler",
    11      "resolveJsonModule": true,
    12      "isolatedModules": true,
    13      "jsx": "preserve",
    14      "incremental": true,
    15      "outDir": ".parcel-cache",
    16      "experimentalDecorators": true,
    17      "emitDecoratorMetadata": true
    18    },
    19    "include": ["src"],
    20    "exclude": ["node_modules"]
    21  }