npx vue-tsc --showConfig

1 개요[ | ]

npx vue-tsc --showConfig
Console
Copy
$ npx vue-tsc --showConfig
{
    "compilerOptions": {},
    "references": [
        {
            "path": "./tsconfig.node.json"
        },
        {
            "path": "./tsconfig.app.json"
        },
        {
            "path": "./tsconfig.vitest.json"
        }
    ]
}

2 같이 보기[ | ]