From 256f19558f8ed5747c15c85f7e401835787504eb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 29 Mar 2026 06:53:53 +0800 Subject: first commit --- tsconfig.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..5b95f4e --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "target": "ES2022", + "lib": [ + "DOM", + "ES2022" + ], + "rootDir": "src", + "module": "nodenext", + "moduleResolution": "nodenext", + "strict": true, + "declaration": true, + "outDir": "dist", + "sourceMap": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "eslint.config.mjs", + "homebridge-ui", + "src" + ] +} -- cgit v1.2.3