{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "skipLibCheck": true, "noEmit": true, "allowImportingTsExtensions": true, "types": ["node"] }, "include": [ "senses/**/*.ts", "workflows/**/*.ts", "scripts/**/*.ts", "workflows/_shared/**/*.ts" ] }