Files
spring-jwt/customer-vue/jsconfig.json
bum12ark a5bb4b4a8f feat(customer-vue): 고객 프로젝트 생성
- vuetify 템플릿으로 변경
2022-03-02 14:38:01 +09:00

20 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}