{ "compilerOptions": { "rootDir": ".", "baseUrl": ".", "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "strict": true, "noEmit": true, "moduleResolution": "node" }, "include": ["./src", "./test", "./global.d.ts", "./global.variables.d.ts"], "exclude": ["node_modules"] }