{ "include": ["src/**/*"], "compilerOptions": { "declaration": true, "emitDeclarationOnly": true, "outDir": "dist", "rootDir": "src/", "target": "ESNext", "lib": ["ES2018", "DOM"], "module": "ESNext", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true } }