Posted on July 29, 2024 fjhd By. Amos Ihunna View Count. 0 ```json { "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] } ```