src.nth.io/

summaryrefslogtreecommitdiff
path: root/scrypted/tsconfig.json
blob: 69cc3565553a53d4b1ae117dafb728d12f7d0a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Node",
    "lib": ["ES2022", "DOM"],
    "types": ["node"],
    "strict": false,
    "noEmit": true,
    "esModuleInterop": true,
    "skipLibCheck": true
  },
  "include": ["scrypted-viewport.ts"]
}