{ "compilerOptions": { "target": "ES2021", "module": "CommonJS", "rootDir": "./src", "outDir": "./out", "moduleResolution": "Node", "strict": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "removeComments": true, "esModuleInterop": true }, "include": [ "src" ] }