{ "compilerOptions": { "jsx": "preserve", "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "lib": ["DOM", "ESNext"], "noEmit": true, "alwaysStrict": true }, "include": [ "*.ts", "*.tsx", "src/index.tsx", "src/AnimatedListDemo.tsx", "src/useAnimatedListItems.ts" ] }