npx vue-tsc --showConfig

Jmnote (토론 | 기여)님의 2025년 2월 1일 (토) 19:55 판 (새 문서: ==개요== {{소문자}} ;npx vue-tsc --showConfig <syntaxhighlight lang='console'> $ npx vue-tsc --showConfig { "compilerOptions": {}, "references": [ {...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 같이 보기[ | ]