{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "lib": ["ES2022"], "strict": true, "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true, "outDir": "./javascript", "rootDir": "./startos" }, "include": ["startos/**/*.ts"] }