{
    "compilerOptions": {
        "target": "esnext", // define to your liking
        "baseUrl": "${workspaceRoot}",
        "paths": {
            "@/*": ["${workspaceRoot}/*"],
        }
    },
    "exclude": ["node_modules",".nuxt"] // Optional
}
