{ "compilerOptions": { "module": "NodeNext", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "target": "es2020", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "jsx": "react", "incremental": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "esModuleInterop": true }, "include": ["./src/**/*"] }