{
    "compilerOptions": {
        "composite": true,
        "target": "ES6",
        "module": "CommonJS",
        "lib": ["dom.iterable", "DOM", "ESNext"],
        "jsx": "react",
        "declaration": true,
        "sourceMap": true,
        "outDir": "lib",
        "rootDir": "./src",
        "isolatedModules": true,
        "strict": true,
        "baseUrl": "./src",
        "paths": {
            "@/*": ["./*"]
        },
        "esModuleInterop": true,
        "skipLibCheck": true,
        "forceConsistentCasingInFileNames": true,
        "plugins": [
            {
                "transform": "typescript-transform-paths"
            },
            {
                "transform": "typescript-transform-paths",
                "afterDeclarations": true
            }
        ]
    }
}
