{
    "compilerOptions": {
        "outDir": "./dist",
        "module": "esnext",
        "target": "es5",
        "lib": ["es6", "dom"],
        "allowJs": true,
        "jsx": "react-jsx",
        "moduleResolution": "node",
        "noImplicitThis": true,
        "strictNullChecks": false,
        "allowSyntheticDefaultImports": true,
        "skipLibCheck": true,
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        "allowUnreachableCode": true,
        "noImplicitAny": false,
        "baseUrl": "./",
        "paths": {
            "@/*": ["src/*"]
        }
    }
}
