{ "compilerOptions": { "moduleResolution": "node", "esModuleInterop": true, "jsx": "preserve", "experimentalDecorators": true, "target": "ESNext", "downlevelIteration": true, "strictNullChecks": true, "module": "esnext" }, "exclude": ["node_modules"], "include": ["src"] }