| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "lib": ["ES2020"], | |
| "outDir": "./dist", | |
| "rootDir": "..", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true | |
| }, | |
| "include": ["src/**/*", "../shared/**/*"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |