diff options
Diffstat (limited to 'scrypted/tsconfig.json')
| -rw-r--r-- | scrypted/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scrypted/tsconfig.json b/scrypted/tsconfig.json new file mode 100644 index 0000000..69cc356 --- /dev/null +++ b/scrypted/tsconfig.json @@ -0,0 +1,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"] +} |
