aboutsummaryrefslogtreecommitdiff
path: root/web/core/tsconfig.json
blob: 9717b38b01c72a2d4b18ae71bf944134e0337bcd (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "lib": ["ES2022", "DOM"],
    "noEmit": true
  },
  "include": ["src/**/*.ts"]
}