{
    "autoGeneratedByPhoenixCode": {
        "doc": "Phoenix Code created this file to enable advanced code intelligence for your project. Delete it to turn that off.",
        "autoManage": true,
        "autoManageDoc": "While autoManage is true, Phoenix Code keeps this file up to date automatically (e.g. upgrades jsconfig.json to tsconfig.json when TypeScript files are added), preserving your compilerOptions. Set autoManage to false to stop Phoenix Code from ever modifying this file."
    },
    "compilerOptions": {
        "module": "preserve",
        "target": "esnext",
        "checkJs": false,
        "jsx": "react-jsx",
        "allowUmdGlobalAccess": true
    },
    "typeAcquisition": {
        "enable": true
    },
    "exclude": [
        "node_modules",
        "bower_components",
        "dist",
        "build"
    ]
}
