{ "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "target": "ES2019", "noEmit": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": false, "baseUrl": "./" }, "include": ["src", "test", ".eslintrc.js"] }