{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "jsx": "react", "lib": ["dom"] }, "files": ["./src/index.ts"] }