11-main/jsconfig.json

9 行
137 B
JSON
Raw 通常表示 履歴

2022-10-26 16:06:12 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}